GoogleCloudApigeeV1ControlPlaneAccess.fromJson constructor

GoogleCloudApigeeV1ControlPlaneAccess.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1ControlPlaneAccess.fromJson(core.Map json_)
  : this(
      analyticsPublisherIdentities:
          (json_['analyticsPublisherIdentities'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
      name: json_['name'] as core.String?,
      synchronizerIdentities:
          (json_['synchronizerIdentities'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
    );