GoogleCloudApigeeV1AdjustDeveloperBalanceRequest.fromJson constructor

GoogleCloudApigeeV1AdjustDeveloperBalanceRequest.fromJson(
  1. 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,
    );