GoogleCloudApigeeV1EnvironmentGroupAttachment.fromJson constructor
GoogleCloudApigeeV1EnvironmentGroupAttachment.fromJson(
- 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?,
);