Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.14 KB

CreateHtmlSubmissionData.md

File metadata and controls

264 lines (143 loc) · 7.14 KB

CreateHtmlSubmissionData

Properties

Name Type Description Notes
Css Pointer to string [optional]
Data Pointer to map[string]interface{} [optional]
Editable Pointer to bool [optional]
ExpiresIn Pointer to int32 [optional]
FieldOverrides Pointer to map[string]interface{} [optional]
Html Pointer to string [optional]
Metadata Pointer to map[string]interface{} [optional]
Password Pointer to string [optional]
Test Pointer to bool [optional]

Methods

NewCreateHtmlSubmissionData

func NewCreateHtmlSubmissionData() *CreateHtmlSubmissionData

NewCreateHtmlSubmissionData instantiates a new CreateHtmlSubmissionData 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

NewCreateHtmlSubmissionDataWithDefaults

func NewCreateHtmlSubmissionDataWithDefaults() *CreateHtmlSubmissionData

NewCreateHtmlSubmissionDataWithDefaults instantiates a new CreateHtmlSubmissionData 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

GetCss

func (o *CreateHtmlSubmissionData) GetCss() string

GetCss returns the Css field if non-nil, zero value otherwise.

GetCssOk

func (o *CreateHtmlSubmissionData) GetCssOk() (*string, bool)

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

SetCss

func (o *CreateHtmlSubmissionData) SetCss(v string)

SetCss sets Css field to given value.

HasCss

func (o *CreateHtmlSubmissionData) HasCss() bool

HasCss returns a boolean if a field has been set.

GetData

func (o *CreateHtmlSubmissionData) GetData() map[string]interface{}

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *CreateHtmlSubmissionData) GetDataOk() (*map[string]interface{}, bool)

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

SetData

func (o *CreateHtmlSubmissionData) SetData(v map[string]interface{})

SetData sets Data field to given value.

HasData

func (o *CreateHtmlSubmissionData) HasData() bool

HasData returns a boolean if a field has been set.

GetEditable

func (o *CreateHtmlSubmissionData) GetEditable() bool

GetEditable returns the Editable field if non-nil, zero value otherwise.

GetEditableOk

func (o *CreateHtmlSubmissionData) GetEditableOk() (*bool, bool)

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

SetEditable

func (o *CreateHtmlSubmissionData) SetEditable(v bool)

SetEditable sets Editable field to given value.

HasEditable

func (o *CreateHtmlSubmissionData) HasEditable() bool

HasEditable returns a boolean if a field has been set.

GetExpiresIn

func (o *CreateHtmlSubmissionData) GetExpiresIn() int32

GetExpiresIn returns the ExpiresIn field if non-nil, zero value otherwise.

GetExpiresInOk

func (o *CreateHtmlSubmissionData) GetExpiresInOk() (*int32, bool)

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

SetExpiresIn

func (o *CreateHtmlSubmissionData) SetExpiresIn(v int32)

SetExpiresIn sets ExpiresIn field to given value.

HasExpiresIn

func (o *CreateHtmlSubmissionData) HasExpiresIn() bool

HasExpiresIn returns a boolean if a field has been set.

GetFieldOverrides

func (o *CreateHtmlSubmissionData) GetFieldOverrides() map[string]interface{}

GetFieldOverrides returns the FieldOverrides field if non-nil, zero value otherwise.

GetFieldOverridesOk

func (o *CreateHtmlSubmissionData) GetFieldOverridesOk() (*map[string]interface{}, bool)

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

SetFieldOverrides

func (o *CreateHtmlSubmissionData) SetFieldOverrides(v map[string]interface{})

SetFieldOverrides sets FieldOverrides field to given value.

HasFieldOverrides

func (o *CreateHtmlSubmissionData) HasFieldOverrides() bool

HasFieldOverrides returns a boolean if a field has been set.

GetHtml

func (o *CreateHtmlSubmissionData) GetHtml() string

GetHtml returns the Html field if non-nil, zero value otherwise.

GetHtmlOk

func (o *CreateHtmlSubmissionData) GetHtmlOk() (*string, bool)

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

SetHtml

func (o *CreateHtmlSubmissionData) SetHtml(v string)

SetHtml sets Html field to given value.

HasHtml

func (o *CreateHtmlSubmissionData) HasHtml() bool

HasHtml returns a boolean if a field has been set.

GetMetadata

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

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

GetMetadataOk

func (o *CreateHtmlSubmissionData) 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 *CreateHtmlSubmissionData) SetMetadata(v map[string]interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *CreateHtmlSubmissionData) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetPassword

func (o *CreateHtmlSubmissionData) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *CreateHtmlSubmissionData) GetPasswordOk() (*string, bool)

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

SetPassword

func (o *CreateHtmlSubmissionData) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *CreateHtmlSubmissionData) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetTest

func (o *CreateHtmlSubmissionData) GetTest() bool

GetTest returns the Test field if non-nil, zero value otherwise.

GetTestOk

func (o *CreateHtmlSubmissionData) GetTestOk() (*bool, bool)

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

SetTest

func (o *CreateHtmlSubmissionData) SetTest(v bool)

SetTest sets Test field to given value.

HasTest

func (o *CreateHtmlSubmissionData) HasTest() bool

HasTest returns a boolean if a field has been set.

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