Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.92 KB

UpdateSubmissionDataRequestData.md

File metadata and controls

134 lines (73 loc) · 3.92 KB

UpdateSubmissionDataRequestData

Properties

Name Type Description Notes
AuthType Pointer to string [optional]
Fields Pointer to []string [optional]
Metadata Pointer to map[string]interface{} [optional]
Order Pointer to int32 [optional]

Methods

NewUpdateSubmissionDataRequestData

func NewUpdateSubmissionDataRequestData() *UpdateSubmissionDataRequestData

NewUpdateSubmissionDataRequestData instantiates a new UpdateSubmissionDataRequestData 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

NewUpdateSubmissionDataRequestDataWithDefaults

func NewUpdateSubmissionDataRequestDataWithDefaults() *UpdateSubmissionDataRequestData

NewUpdateSubmissionDataRequestDataWithDefaults instantiates a new UpdateSubmissionDataRequestData 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

GetAuthType

func (o *UpdateSubmissionDataRequestData) GetAuthType() string

GetAuthType returns the AuthType field if non-nil, zero value otherwise.

GetAuthTypeOk

func (o *UpdateSubmissionDataRequestData) GetAuthTypeOk() (*string, bool)

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

SetAuthType

func (o *UpdateSubmissionDataRequestData) SetAuthType(v string)

SetAuthType sets AuthType field to given value.

HasAuthType

func (o *UpdateSubmissionDataRequestData) HasAuthType() bool

HasAuthType returns a boolean if a field has been set.

GetFields

func (o *UpdateSubmissionDataRequestData) GetFields() []string

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

GetFieldsOk

func (o *UpdateSubmissionDataRequestData) GetFieldsOk() (*[]string, 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 *UpdateSubmissionDataRequestData) SetFields(v []string)

SetFields sets Fields field to given value.

HasFields

func (o *UpdateSubmissionDataRequestData) HasFields() bool

HasFields returns a boolean if a field has been set.

GetMetadata

func (o *UpdateSubmissionDataRequestData) GetMetadata() map[string]interface{}

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *UpdateSubmissionDataRequestData) GetMetadataOk() (*map[string]interface{}, bool)

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

SetMetadata

func (o *UpdateSubmissionDataRequestData) SetMetadata(v map[string]interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *UpdateSubmissionDataRequestData) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetOrder

func (o *UpdateSubmissionDataRequestData) GetOrder() int32

GetOrder returns the Order field if non-nil, zero value otherwise.

GetOrderOk

func (o *UpdateSubmissionDataRequestData) GetOrderOk() (*int32, bool)

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

SetOrder

func (o *UpdateSubmissionDataRequestData) SetOrder(v int32)

SetOrder sets Order field to given value.

HasOrder

func (o *UpdateSubmissionDataRequestData) HasOrder() bool

HasOrder returns a boolean if a field has been set.

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