GoogleIdentityAccesscontextmanagerV1ApiOperation.fromJson constructor

GoogleIdentityAccesscontextmanagerV1ApiOperation.fromJson(
  1. Map json_
)

Implementation

GoogleIdentityAccesscontextmanagerV1ApiOperation.fromJson(core.Map json_)
  : this(
      methodSelectors:
          (json_['methodSelectors'] as core.List?)
              ?.map(
                (value) =>
                    GoogleIdentityAccesscontextmanagerV1MethodSelector.fromJson(
                      value as core.Map<core.String, core.dynamic>,
                    ),
              )
              .toList(),
      serviceName: json_['serviceName'] as core.String?,
    );