DisassociateTagOptionFromResourceOutput.fromJson constructor

DisassociateTagOptionFromResourceOutput.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DisassociateTagOptionFromResourceOutput.fromJson(
    Map<String, dynamic> _) {
  return DisassociateTagOptionFromResourceOutput();
}