Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.3 KB

File metadata and controls

29 lines (20 loc) · 1.3 KB

ApiV1CampaignsTypeIdMinBidGet200Response

Properties

Name Type Description Notes
campaigns str Minimum bid as a fixed-decimal string (legacy panel format). [optional]

Example

from goadserver.models.api_v1_campaigns_type_id_min_bid_get200_response import ApiV1CampaignsTypeIdMinBidGet200Response

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

# convert the object into a dict
api_v1_campaigns_type_id_min_bid_get200_response_dict = api_v1_campaigns_type_id_min_bid_get200_response_instance.to_dict()
# create an instance of ApiV1CampaignsTypeIdMinBidGet200Response from a dict
api_v1_campaigns_type_id_min_bid_get200_response_from_dict = ApiV1CampaignsTypeIdMinBidGet200Response.from_dict(api_v1_campaigns_type_id_min_bid_get200_response_dict)

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