Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.3 KB

UploadPresignResponse.md

File metadata and controls

119 lines (64 loc) · 3.3 KB

UploadPresignResponse

Properties

Name Type Description Notes
Fields map[string]interface{}
Headers map[string]interface{}
Url string
Method Pointer to string [optional]

Methods

NewUploadPresignResponse

func NewUploadPresignResponse(fields map[string]interface{}, headers map[string]interface{}, url string, ) *UploadPresignResponse

NewUploadPresignResponse instantiates a new UploadPresignResponse 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

NewUploadPresignResponseWithDefaults

func NewUploadPresignResponseWithDefaults() *UploadPresignResponse

NewUploadPresignResponseWithDefaults instantiates a new UploadPresignResponse 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

GetFields

func (o *UploadPresignResponse) GetFields() map[string]interface{}

GetFields returns the Fields field if non-nil, zero value otherwise.

GetFieldsOk

func (o *UploadPresignResponse) GetFieldsOk() (*map[string]interface{}, bool)

GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFields

func (o *UploadPresignResponse) SetFields(v map[string]interface{})

SetFields sets Fields field to given value.

GetHeaders

func (o *UploadPresignResponse) GetHeaders() map[string]interface{}

GetHeaders returns the Headers field if non-nil, zero value otherwise.

GetHeadersOk

func (o *UploadPresignResponse) GetHeadersOk() (*map[string]interface{}, bool)

GetHeadersOk returns a tuple with the Headers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHeaders

func (o *UploadPresignResponse) SetHeaders(v map[string]interface{})

SetHeaders sets Headers field to given value.

GetUrl

func (o *UploadPresignResponse) GetUrl() string

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

GetUrlOk

func (o *UploadPresignResponse) 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 *UploadPresignResponse) SetUrl(v string)

SetUrl sets Url field to given value.

GetMethod

func (o *UploadPresignResponse) GetMethod() string

GetMethod returns the Method field if non-nil, zero value otherwise.

GetMethodOk

func (o *UploadPresignResponse) GetMethodOk() (*string, bool)

GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMethod

func (o *UploadPresignResponse) SetMethod(v string)

SetMethod sets Method field to given value.

HasMethod

func (o *UploadPresignResponse) HasMethod() bool

HasMethod returns a boolean if a field has been set.

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