MoveBillingAccountRequest.fromJson constructor

MoveBillingAccountRequest.fromJson(
  1. Map json_
)

Implementation

MoveBillingAccountRequest.fromJson(core.Map json_)
    : this(
        destinationParent: json_['destinationParent'] as core.String?,
      );