You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimum bid as a fixed-decimal string (legacy panel format).
[optional]
Example
fromgoadserver.models.api_v1_campaigns_type_id_min_bid_get200_responseimportApiV1CampaignsTypeIdMinBidGet200Response# TODO update the JSON string belowjson="{}"# create an instance of ApiV1CampaignsTypeIdMinBidGet200Response from a JSON stringapi_v1_campaigns_type_id_min_bid_get200_response_instance=ApiV1CampaignsTypeIdMinBidGet200Response.from_json(json)
# print the JSON string representation of the objectprint(ApiV1CampaignsTypeIdMinBidGet200Response.to_json())
# convert the object into a dictapi_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 dictapi_v1_campaigns_type_id_min_bid_get200_response_from_dict=ApiV1CampaignsTypeIdMinBidGet200Response.from_dict(api_v1_campaigns_type_id_min_bid_get200_response_dict)