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