| Name | Type | Description | Notes |
|---|---|---|---|
| HttpMethod | Pointer to OpenPlatformpostHTTPMethod | [optional] | |
| Url | Pointer to string | [optional] |
func NewGetUploadURLsV2ResponseUploadFormat() *GetUploadURLsV2ResponseUploadFormat
NewGetUploadURLsV2ResponseUploadFormat instantiates a new GetUploadURLsV2ResponseUploadFormat object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetUploadURLsV2ResponseUploadFormatWithDefaults() *GetUploadURLsV2ResponseUploadFormat
NewGetUploadURLsV2ResponseUploadFormatWithDefaults instantiates a new GetUploadURLsV2ResponseUploadFormat object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetUploadURLsV2ResponseUploadFormat) GetHttpMethod() OpenPlatformpostHTTPMethod
GetHttpMethod returns the HttpMethod field if non-nil, zero value otherwise.
func (o *GetUploadURLsV2ResponseUploadFormat) GetHttpMethodOk() (*OpenPlatformpostHTTPMethod, bool)
GetHttpMethodOk returns a tuple with the HttpMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUploadURLsV2ResponseUploadFormat) SetHttpMethod(v OpenPlatformpostHTTPMethod)
SetHttpMethod sets HttpMethod field to given value.
func (o *GetUploadURLsV2ResponseUploadFormat) HasHttpMethod() bool
HasHttpMethod returns a boolean if a field has been set.
func (o *GetUploadURLsV2ResponseUploadFormat) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GetUploadURLsV2ResponseUploadFormat) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUploadURLsV2ResponseUploadFormat) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GetUploadURLsV2ResponseUploadFormat) HasUrl() bool
HasUrl returns a boolean if a field has been set.