AssociateTagOptionWithResourceOutput.fromJson constructor

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

Implementation

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