Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.26 KB

FrontierServiceCreateBillingUsageRequest.md

File metadata and controls

28 lines (20 loc) · 1.26 KB

FrontierServiceCreateBillingUsageRequest

Properties

Name Type Description Notes
usages List[V1beta1Usage] [optional]

Example

from frontier_api.models.frontier_service_create_billing_usage_request import FrontierServiceCreateBillingUsageRequest

# TODO update the JSON string below
json = "{}"
# create an instance of FrontierServiceCreateBillingUsageRequest from a JSON string
frontier_service_create_billing_usage_request_instance = FrontierServiceCreateBillingUsageRequest.from_json(json)
# print the JSON string representation of the object
print FrontierServiceCreateBillingUsageRequest.to_json()

# convert the object into a dict
frontier_service_create_billing_usage_request_dict = frontier_service_create_billing_usage_request_instance.to_dict()
# create an instance of FrontierServiceCreateBillingUsageRequest from a dict
frontier_service_create_billing_usage_request_form_dict = frontier_service_create_billing_usage_request.from_dict(frontier_service_create_billing_usage_request_dict)

[Back to Model list] [Back to API list] [Back to README]