GoogleCloudApigeeV1EnvironmentGroup.fromJson constructor
GoogleCloudApigeeV1EnvironmentGroup.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1EnvironmentGroup.fromJson(core.Map json_)
: this(
createdAt: json_['createdAt'] as core.String?,
hostnames: (json_['hostnames'] as core.List?)
?.map((value) => value as core.String)
.toList(),
lastModifiedAt: json_['lastModifiedAt'] as core.String?,
name: json_['name'] as core.String?,
state: json_['state'] as core.String?,
);