Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
CreatedBy | string | ||
CreatedOn | string | ||
ModifiedBy | string | ||
ModifiedOn | string | ||
Id | string | The ID of a single artifact. | |
Version | string | ||
Type | string | ||
GlobalId | int64 | ||
State | ArtifactState | ||
Labels | Pointer to []string | [optional] | |
Properties | Pointer to map[string]string | User-defined name-value pairs. Name and value must be strings. | [optional] |
GroupId | Pointer to string | An ID of a single artifact group. | [optional] |
ContentId | int64 | ||
References | Pointer to []ArtifactReference | [optional] |
func NewArtifactMetaData(createdBy string, createdOn string, modifiedBy string, modifiedOn string, id string, version string, type_ string, globalId int64, state ArtifactState, contentId int64, ) *ArtifactMetaData
NewArtifactMetaData instantiates a new ArtifactMetaData 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 NewArtifactMetaDataWithDefaults() *ArtifactMetaData
NewArtifactMetaDataWithDefaults instantiates a new ArtifactMetaData 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 *ArtifactMetaData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) 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 *ArtifactMetaData) SetName(v string)
SetName sets Name field to given value.
func (o *ArtifactMetaData) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ArtifactMetaData) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ArtifactMetaData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ArtifactMetaData) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) 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.
func (o *ArtifactMetaData) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *ArtifactMetaData) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetCreatedOnOk() (*string, bool)
GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *ArtifactMetaData) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *ArtifactMetaData) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetModifiedOnOk() (*string, bool)
GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *ArtifactMetaData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) 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.
func (o *ArtifactMetaData) SetId(v string)
SetId sets Id field to given value.
func (o *ArtifactMetaData) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetVersionOk() (*string, 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 *ArtifactMetaData) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ArtifactMetaData) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) 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.
func (o *ArtifactMetaData) SetType(v string)
SetType sets Type field to given value.
func (o *ArtifactMetaData) GetGlobalId() int64
GetGlobalId returns the GlobalId field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetGlobalIdOk() (*int64, bool)
GetGlobalIdOk returns a tuple with the GlobalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetGlobalId(v int64)
SetGlobalId sets GlobalId field to given value.
func (o *ArtifactMetaData) GetState() ArtifactState
GetState returns the State field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetStateOk() (*ArtifactState, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetState(v ArtifactState)
SetState sets State field to given value.
func (o *ArtifactMetaData) GetLabels() []string
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetLabelsOk() (*[]string, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetLabels(v []string)
SetLabels sets Labels field to given value.
func (o *ArtifactMetaData) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (o *ArtifactMetaData) GetProperties() map[string]string
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetPropertiesOk() (*map[string]string, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetProperties(v map[string]string)
SetProperties sets Properties field to given value.
func (o *ArtifactMetaData) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (o *ArtifactMetaData) GetGroupId() string
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetGroupIdOk() (*string, bool)
GetGroupIdOk returns a tuple with the GroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetGroupId(v string)
SetGroupId sets GroupId field to given value.
func (o *ArtifactMetaData) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
func (o *ArtifactMetaData) GetContentId() int64
GetContentId returns the ContentId field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetContentIdOk() (*int64, bool)
GetContentIdOk returns a tuple with the ContentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetContentId(v int64)
SetContentId sets ContentId field to given value.
func (o *ArtifactMetaData) GetReferences() []ArtifactReference
GetReferences returns the References field if non-nil, zero value otherwise.
func (o *ArtifactMetaData) GetReferencesOk() (*[]ArtifactReference, bool)
GetReferencesOk returns a tuple with the References field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ArtifactMetaData) SetReferences(v []ArtifactReference)
SetReferences sets References field to given value.
func (o *ArtifactMetaData) HasReferences() bool
HasReferences returns a boolean if a field has been set.