Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.16 KB

ListApplications200ResponseInnerAppProfilesInner.md

File metadata and controls

160 lines (87 loc) · 5.16 KB

ListApplications200ResponseInnerAppProfilesInner

Properties

Name Type Description Notes
Id Pointer to float32 [optional]
Filename Pointer to string [optional]
CreatedBy Pointer to string [optional]
DateCreated Pointer to string [optional]
XsdVersion Pointer to string [optional]

Methods

NewListApplications200ResponseInnerAppProfilesInner

func NewListApplications200ResponseInnerAppProfilesInner() *ListApplications200ResponseInnerAppProfilesInner

NewListApplications200ResponseInnerAppProfilesInner instantiates a new ListApplications200ResponseInnerAppProfilesInner 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

NewListApplications200ResponseInnerAppProfilesInnerWithDefaults

func NewListApplications200ResponseInnerAppProfilesInnerWithDefaults() *ListApplications200ResponseInnerAppProfilesInner

NewListApplications200ResponseInnerAppProfilesInnerWithDefaults instantiates a new ListApplications200ResponseInnerAppProfilesInner 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 *ListApplications200ResponseInnerAppProfilesInner) GetId() float32

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

GetIdOk

func (o *ListApplications200ResponseInnerAppProfilesInner) GetIdOk() (*float32, 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 *ListApplications200ResponseInnerAppProfilesInner) SetId(v float32)

SetId sets Id field to given value.

HasId

func (o *ListApplications200ResponseInnerAppProfilesInner) HasId() bool

HasId returns a boolean if a field has been set.

GetFilename

func (o *ListApplications200ResponseInnerAppProfilesInner) GetFilename() string

GetFilename returns the Filename field if non-nil, zero value otherwise.

GetFilenameOk

func (o *ListApplications200ResponseInnerAppProfilesInner) GetFilenameOk() (*string, bool)

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

SetFilename

func (o *ListApplications200ResponseInnerAppProfilesInner) SetFilename(v string)

SetFilename sets Filename field to given value.

HasFilename

func (o *ListApplications200ResponseInnerAppProfilesInner) HasFilename() bool

HasFilename returns a boolean if a field has been set.

GetCreatedBy

func (o *ListApplications200ResponseInnerAppProfilesInner) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *ListApplications200ResponseInnerAppProfilesInner) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *ListApplications200ResponseInnerAppProfilesInner) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *ListApplications200ResponseInnerAppProfilesInner) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetDateCreated

func (o *ListApplications200ResponseInnerAppProfilesInner) GetDateCreated() string

GetDateCreated returns the DateCreated field if non-nil, zero value otherwise.

GetDateCreatedOk

func (o *ListApplications200ResponseInnerAppProfilesInner) GetDateCreatedOk() (*string, bool)

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

SetDateCreated

func (o *ListApplications200ResponseInnerAppProfilesInner) SetDateCreated(v string)

SetDateCreated sets DateCreated field to given value.

HasDateCreated

func (o *ListApplications200ResponseInnerAppProfilesInner) HasDateCreated() bool

HasDateCreated returns a boolean if a field has been set.

GetXsdVersion

func (o *ListApplications200ResponseInnerAppProfilesInner) GetXsdVersion() string

GetXsdVersion returns the XsdVersion field if non-nil, zero value otherwise.

GetXsdVersionOk

func (o *ListApplications200ResponseInnerAppProfilesInner) GetXsdVersionOk() (*string, bool)

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

SetXsdVersion

func (o *ListApplications200ResponseInnerAppProfilesInner) SetXsdVersion(v string)

SetXsdVersion sets XsdVersion field to given value.

HasXsdVersion

func (o *ListApplications200ResponseInnerAppProfilesInner) HasXsdVersion() bool

HasXsdVersion returns a boolean if a field has been set.

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