GoogleCloudApigeeV1AdjustDeveloperBalanceRequest.fromJson constructor
GoogleCloudApigeeV1AdjustDeveloperBalanceRequest.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1AdjustDeveloperBalanceRequest.fromJson(core.Map json_)
: this(
adjustment:
json_.containsKey('adjustment')
? GoogleTypeMoney.fromJson(
json_['adjustment'] as core.Map<core.String, core.dynamic>,
)
: null,
);