GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal.fromJson constructor

GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal.fromJson(
  1. Map json_
)

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal.fromJson(
  core.Map json_,
) : this(
      endpoints:
          (json_['endpoints'] as core.List?)
              ?.map(
                (value) =>
                    GoogleCloudBeyondcorpSecuritygatewaysV1Endpoint.fromJson(
                      value as core.Map<core.String, core.dynamic>,
                    ),
              )
              .toList(),
    );