Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.67 KB

File metadata and controls

82 lines (45 loc) · 2.67 KB

GetUploadURLsV2ResponseUploadFormat

Properties

Name Type Description Notes
HttpMethod Pointer to OpenPlatformpostHTTPMethod [optional]
Url Pointer to string [optional]

Methods

NewGetUploadURLsV2ResponseUploadFormat

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

NewGetUploadURLsV2ResponseUploadFormatWithDefaults

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

GetHttpMethod

func (o *GetUploadURLsV2ResponseUploadFormat) GetHttpMethod() OpenPlatformpostHTTPMethod

GetHttpMethod returns the HttpMethod field if non-nil, zero value otherwise.

GetHttpMethodOk

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.

SetHttpMethod

func (o *GetUploadURLsV2ResponseUploadFormat) SetHttpMethod(v OpenPlatformpostHTTPMethod)

SetHttpMethod sets HttpMethod field to given value.

HasHttpMethod

func (o *GetUploadURLsV2ResponseUploadFormat) HasHttpMethod() bool

HasHttpMethod returns a boolean if a field has been set.

GetUrl

func (o *GetUploadURLsV2ResponseUploadFormat) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *GetUploadURLsV2ResponseUploadFormat) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetUploadURLsV2ResponseUploadFormat) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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