GoogleCloudApigeeV1EnvironmentGroupAttachment.fromJson constructor

GoogleCloudApigeeV1EnvironmentGroupAttachment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1EnvironmentGroupAttachment.fromJson(core.Map json_)
  : this(
      createdAt: json_['createdAt'] as core.String?,
      environment: json_['environment'] as core.String?,
      environmentGroupId: json_['environmentGroupId'] as core.String?,
      name: json_['name'] as core.String?,
    );