GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.fromJson constructor
GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.fromJson(
- Map json_
Implementation
GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.fromJson(
core.Map json_)
: this(
membership: json_.containsKey('membership')
? json_['membership'] as core.String
: null,
relevance: json_.containsKey('relevance')
? json_['relevance'] as core.String
: null,
);