Name | Type | Description | Notes |
---|---|---|---|
Id | NullableString | ||
Secret | string | ||
ExpiresAt | NullableString | ||
DataRequestUrl | NullableString |
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
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
func (o *SubmissionDataRequestToken) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *SubmissionDataRequestToken) SetId(v string)
SetId sets Id field to given value.
func (o *SubmissionDataRequestToken) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *SubmissionDataRequestToken) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *SubmissionDataRequestToken) GetSecret() string
GetSecret returns the Secret field if non-nil, zero value otherwise.
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.
func (o *SubmissionDataRequestToken) SetSecret(v string)
SetSecret sets Secret field to given value.
func (o *SubmissionDataRequestToken) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
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.
func (o *SubmissionDataRequestToken) SetExpiresAt(v string)
SetExpiresAt sets ExpiresAt field to given value.
func (o *SubmissionDataRequestToken) SetExpiresAtNil(b bool)
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (o *SubmissionDataRequestToken) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (o *SubmissionDataRequestToken) GetDataRequestUrl() string
GetDataRequestUrl returns the DataRequestUrl field if non-nil, zero value otherwise.
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.
func (o *SubmissionDataRequestToken) SetDataRequestUrl(v string)
SetDataRequestUrl sets DataRequestUrl field to given value.
func (o *SubmissionDataRequestToken) SetDataRequestUrlNil(b bool)
SetDataRequestUrlNil sets the value for DataRequestUrl to be an explicit nil
func (o *SubmissionDataRequestToken) UnsetDataRequestUrl()
UnsetDataRequestUrl ensures that no value is present for DataRequestUrl, not even an explicit nil