Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 4.22 KB

SubmissionDataRequestToken.md

File metadata and controls

144 lines (79 loc) · 4.22 KB

SubmissionDataRequestToken

Properties

Name Type Description Notes
Id NullableString
Secret string
ExpiresAt NullableString
DataRequestUrl NullableString

Methods

NewSubmissionDataRequestToken

func NewSubmissionDataRequestToken(id NullableString, secret string, expiresAt NullableString, dataRequestUrl NullableString, ) *SubmissionDataRequestToken

NewSubmissionDataRequestToken instantiates a new SubmissionDataRequestToken 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

NewSubmissionDataRequestTokenWithDefaults

func NewSubmissionDataRequestTokenWithDefaults() *SubmissionDataRequestToken

NewSubmissionDataRequestTokenWithDefaults instantiates a new SubmissionDataRequestToken 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

GetId

func (o *SubmissionDataRequestToken) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *SubmissionDataRequestToken) GetIdOk() (*string, bool)

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

SetId

func (o *SubmissionDataRequestToken) SetId(v string)

SetId sets Id field to given value.

SetIdNil

func (o *SubmissionDataRequestToken) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *SubmissionDataRequestToken) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetSecret

func (o *SubmissionDataRequestToken) GetSecret() string

GetSecret returns the Secret field if non-nil, zero value otherwise.

GetSecretOk

func (o *SubmissionDataRequestToken) GetSecretOk() (*string, bool)

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

SetSecret

func (o *SubmissionDataRequestToken) SetSecret(v string)

SetSecret sets Secret field to given value.

GetExpiresAt

func (o *SubmissionDataRequestToken) GetExpiresAt() string

GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.

GetExpiresAtOk

func (o *SubmissionDataRequestToken) GetExpiresAtOk() (*string, bool)

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

SetExpiresAt

func (o *SubmissionDataRequestToken) SetExpiresAt(v string)

SetExpiresAt sets ExpiresAt field to given value.

SetExpiresAtNil

func (o *SubmissionDataRequestToken) SetExpiresAtNil(b bool)

SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil

UnsetExpiresAt

func (o *SubmissionDataRequestToken) UnsetExpiresAt()

UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil

GetDataRequestUrl

func (o *SubmissionDataRequestToken) GetDataRequestUrl() string

GetDataRequestUrl returns the DataRequestUrl field if non-nil, zero value otherwise.

GetDataRequestUrlOk

func (o *SubmissionDataRequestToken) GetDataRequestUrlOk() (*string, bool)

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

SetDataRequestUrl

func (o *SubmissionDataRequestToken) SetDataRequestUrl(v string)

SetDataRequestUrl sets DataRequestUrl field to given value.

SetDataRequestUrlNil

func (o *SubmissionDataRequestToken) SetDataRequestUrlNil(b bool)

SetDataRequestUrlNil sets the value for DataRequestUrl to be an explicit nil

UnsetDataRequestUrl

func (o *SubmissionDataRequestToken) UnsetDataRequestUrl()

UnsetDataRequestUrl ensures that no value is present for DataRequestUrl, not even an explicit nil

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