Skip to content

Latest commit

 

History

History
124 lines (67 loc) · 4.49 KB

AppCustomProductPageLocalizationInlineCreate.md

File metadata and controls

124 lines (67 loc) · 4.49 KB

AppCustomProductPageLocalizationInlineCreate

Properties

Name Type Description Notes
Type string
Id Pointer to string [optional]
Attributes AppCustomProductPageLocalizationInlineCreateAttributes
Relationships Pointer to AppCustomProductPageLocalizationInlineCreateRelationships [optional]

Methods

NewAppCustomProductPageLocalizationInlineCreate

func NewAppCustomProductPageLocalizationInlineCreate(type_ string, attributes AppCustomProductPageLocalizationInlineCreateAttributes, ) *AppCustomProductPageLocalizationInlineCreate

NewAppCustomProductPageLocalizationInlineCreate instantiates a new AppCustomProductPageLocalizationInlineCreate 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

NewAppCustomProductPageLocalizationInlineCreateWithDefaults

func NewAppCustomProductPageLocalizationInlineCreateWithDefaults() *AppCustomProductPageLocalizationInlineCreate

NewAppCustomProductPageLocalizationInlineCreateWithDefaults instantiates a new AppCustomProductPageLocalizationInlineCreate 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

GetType

func (o *AppCustomProductPageLocalizationInlineCreate) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *AppCustomProductPageLocalizationInlineCreate) GetTypeOk() (*string, bool)

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

SetType

func (o *AppCustomProductPageLocalizationInlineCreate) SetType(v string)

SetType sets Type field to given value.

GetId

func (o *AppCustomProductPageLocalizationInlineCreate) GetId() string

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

GetIdOk

func (o *AppCustomProductPageLocalizationInlineCreate) 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 *AppCustomProductPageLocalizationInlineCreate) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *AppCustomProductPageLocalizationInlineCreate) HasId() bool

HasId returns a boolean if a field has been set.

GetAttributes

func (o *AppCustomProductPageLocalizationInlineCreate) GetAttributes() AppCustomProductPageLocalizationInlineCreateAttributes

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *AppCustomProductPageLocalizationInlineCreate) GetAttributesOk() (*AppCustomProductPageLocalizationInlineCreateAttributes, bool)

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

SetAttributes

func (o *AppCustomProductPageLocalizationInlineCreate) SetAttributes(v AppCustomProductPageLocalizationInlineCreateAttributes)

SetAttributes sets Attributes field to given value.

GetRelationships

func (o *AppCustomProductPageLocalizationInlineCreate) GetRelationships() AppCustomProductPageLocalizationInlineCreateRelationships

GetRelationships returns the Relationships field if non-nil, zero value otherwise.

GetRelationshipsOk

func (o *AppCustomProductPageLocalizationInlineCreate) GetRelationshipsOk() (*AppCustomProductPageLocalizationInlineCreateRelationships, bool)

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

SetRelationships

func (o *AppCustomProductPageLocalizationInlineCreate) SetRelationships(v AppCustomProductPageLocalizationInlineCreateRelationships)

SetRelationships sets Relationships field to given value.

HasRelationships

func (o *AppCustomProductPageLocalizationInlineCreate) HasRelationships() bool

HasRelationships returns a boolean if a field has been set.

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