Name | Type | Description | Notes |
---|---|---|---|
Fields | map[string]interface{} | ||
Headers | map[string]interface{} | ||
Url | string | ||
Method | Pointer to string | [optional] |
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
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
func (o *UploadPresignResponse) GetFields() map[string]interface{}
GetFields returns the Fields field if non-nil, zero value otherwise.
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.
func (o *UploadPresignResponse) SetFields(v map[string]interface{})
SetFields sets Fields field to given value.
func (o *UploadPresignResponse) GetHeaders() map[string]interface{}
GetHeaders returns the Headers field if non-nil, zero value otherwise.
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.
func (o *UploadPresignResponse) SetHeaders(v map[string]interface{})
SetHeaders sets Headers field to given value.
func (o *UploadPresignResponse) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *UploadPresignResponse) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *UploadPresignResponse) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
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.
func (o *UploadPresignResponse) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *UploadPresignResponse) HasMethod() bool
HasMethod returns a boolean if a field has been set.