Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.29 KB

File metadata and controls

160 lines (87 loc) · 4.29 KB

PersesProjectMetadata

Properties

Name Type Description Notes
CreatedAt Pointer to time.Time [optional]
Name Pointer to string [optional]
Project Pointer to string [optional]
UpdatedAt Pointer to time.Time [optional]
Version Pointer to int32 [optional]

Methods

NewPersesProjectMetadata

func NewPersesProjectMetadata() *PersesProjectMetadata

NewPersesProjectMetadata instantiates a new PersesProjectMetadata 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

NewPersesProjectMetadataWithDefaults

func NewPersesProjectMetadataWithDefaults() *PersesProjectMetadata

NewPersesProjectMetadataWithDefaults instantiates a new PersesProjectMetadata 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

GetCreatedAt

func (o *PersesProjectMetadata) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *PersesProjectMetadata) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *PersesProjectMetadata) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *PersesProjectMetadata) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetName

func (o *PersesProjectMetadata) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PersesProjectMetadata) GetNameOk() (*string, bool)

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

SetName

func (o *PersesProjectMetadata) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PersesProjectMetadata) HasName() bool

HasName returns a boolean if a field has been set.

GetProject

func (o *PersesProjectMetadata) GetProject() string

GetProject returns the Project field if non-nil, zero value otherwise.

GetProjectOk

func (o *PersesProjectMetadata) GetProjectOk() (*string, bool)

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

SetProject

func (o *PersesProjectMetadata) SetProject(v string)

SetProject sets Project field to given value.

HasProject

func (o *PersesProjectMetadata) HasProject() bool

HasProject returns a boolean if a field has been set.

GetUpdatedAt

func (o *PersesProjectMetadata) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *PersesProjectMetadata) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *PersesProjectMetadata) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *PersesProjectMetadata) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetVersion

func (o *PersesProjectMetadata) GetVersion() int32

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *PersesProjectMetadata) GetVersionOk() (*int32, bool)

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

SetVersion

func (o *PersesProjectMetadata) SetVersion(v int32)

SetVersion sets Version field to given value.

HasVersion

func (o *PersesProjectMetadata) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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