Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 4.08 KB

SearchedGroup.md

File metadata and controls

156 lines (83 loc) · 4.08 KB

SearchedGroup

Properties

Name Type Description Notes
Id string An ID of a single artifact group.
Description string
CreatedOn string
CreatedBy string
ModifiedOn string
ModifiedBy string

Methods

NewSearchedGroup

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

NewSearchedGroupWithDefaults

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

GetId

func (o *SearchedGroup) GetId() string

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

GetIdOk

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.

SetId

func (o *SearchedGroup) SetId(v string)

SetId sets Id field to given value.

GetDescription

func (o *SearchedGroup) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *SearchedGroup) SetDescription(v string)

SetDescription sets Description field to given value.

GetCreatedOn

func (o *SearchedGroup) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

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.

SetCreatedOn

func (o *SearchedGroup) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

GetCreatedBy

func (o *SearchedGroup) GetCreatedBy() string

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

GetCreatedByOk

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.

SetCreatedBy

func (o *SearchedGroup) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

GetModifiedOn

func (o *SearchedGroup) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

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.

SetModifiedOn

func (o *SearchedGroup) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

GetModifiedBy

func (o *SearchedGroup) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

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.

SetModifiedBy

func (o *SearchedGroup) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

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