GoogleCloudApigeeV1SecurityProfileEnvironment.fromJson constructor

GoogleCloudApigeeV1SecurityProfileEnvironment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1SecurityProfileEnvironment.fromJson(core.Map json_)
    : this(
        attachTime: json_.containsKey('attachTime')
            ? json_['attachTime'] as core.String
            : null,
        environment: json_.containsKey('environment')
            ? json_['environment'] as core.String
            : null,
      );