| 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] |
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
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
func (o *PersesProjectMetadata) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *PersesProjectMetadata) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *PersesProjectMetadata) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *PersesProjectMetadata) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *PersesProjectMetadata) SetName(v string)
SetName sets Name field to given value.
func (o *PersesProjectMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PersesProjectMetadata) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
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.
func (o *PersesProjectMetadata) SetProject(v string)
SetProject sets Project field to given value.
func (o *PersesProjectMetadata) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *PersesProjectMetadata) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
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.
func (o *PersesProjectMetadata) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *PersesProjectMetadata) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *PersesProjectMetadata) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *PersesProjectMetadata) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *PersesProjectMetadata) HasVersion() bool
HasVersion returns a boolean if a field has been set.