GoogleCloudApigeeV1SyncAuthorization.fromJson constructor

GoogleCloudApigeeV1SyncAuthorization.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SyncAuthorization.fromJson(core.Map json_)
  : this(
      etag: json_['etag'] as core.String?,
      identities: (json_['identities'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );