GoogleCloudApigeeV1InstanceAttachment.fromJson constructor
GoogleCloudApigeeV1InstanceAttachment.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1InstanceAttachment.fromJson(core.Map json_)
: this(
createdAt: json_['createdAt'] as core.String?,
environment: json_['environment'] as core.String?,
name: json_['name'] as core.String?,
);