Name | Type | Description | Notes |
---|---|---|---|
Id | string | An ID of a single artifact group. | |
Description | string | ||
CreatedOn | string | ||
CreatedBy | string | ||
ModifiedOn | string | ||
ModifiedBy | string |
func NewSearchedGroup(id string, description string, createdOn string, createdBy string, modifiedOn string, modifiedBy string, ) *SearchedGroup
NewSearchedGroup instantiates a new SearchedGroup 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 NewSearchedGroupWithDefaults() *SearchedGroup
NewSearchedGroupWithDefaults instantiates a new SearchedGroup 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 *SearchedGroup) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SearchedGroup) 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 *SearchedGroup) SetId(v string)
SetId sets Id field to given value.
func (o *SearchedGroup) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SearchedGroup) 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 *SearchedGroup) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SearchedGroup) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
func (o *SearchedGroup) 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 *SearchedGroup) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *SearchedGroup) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *SearchedGroup) 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 *SearchedGroup) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *SearchedGroup) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
func (o *SearchedGroup) 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 *SearchedGroup) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *SearchedGroup) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *SearchedGroup) 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 *SearchedGroup) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.