GoogleCloudPaymentsResellerSubscriptionV1Location.fromJson constructor
GoogleCloudPaymentsResellerSubscriptionV1Location.fromJson(
- Map json_
Implementation
GoogleCloudPaymentsResellerSubscriptionV1Location.fromJson(core.Map json_)
: this(
postalCode: json_.containsKey('postalCode')
? json_['postalCode'] as core.String
: null,
regionCode: json_.containsKey('regionCode')
? json_['regionCode'] as core.String
: null,
);