Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.35 KB

ProjectImageSearch.md

File metadata and controls

82 lines (45 loc) · 2.35 KB

ProjectImageSearch

Properties

Name Type Description Notes
ProjectIds Pointer to []string [optional]
LayoutIds Pointer to []string [optional]

Methods

NewProjectImageSearch

func NewProjectImageSearch() *ProjectImageSearch

NewProjectImageSearch instantiates a new ProjectImageSearch 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

NewProjectImageSearchWithDefaults

func NewProjectImageSearchWithDefaults() *ProjectImageSearch

NewProjectImageSearchWithDefaults instantiates a new ProjectImageSearch 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

GetProjectIds

func (o *ProjectImageSearch) GetProjectIds() []string

GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.

GetProjectIdsOk

func (o *ProjectImageSearch) GetProjectIdsOk() (*[]string, bool)

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

SetProjectIds

func (o *ProjectImageSearch) SetProjectIds(v []string)

SetProjectIds sets ProjectIds field to given value.

HasProjectIds

func (o *ProjectImageSearch) HasProjectIds() bool

HasProjectIds returns a boolean if a field has been set.

GetLayoutIds

func (o *ProjectImageSearch) GetLayoutIds() []string

GetLayoutIds returns the LayoutIds field if non-nil, zero value otherwise.

GetLayoutIdsOk

func (o *ProjectImageSearch) GetLayoutIdsOk() (*[]string, bool)

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

SetLayoutIds

func (o *ProjectImageSearch) SetLayoutIds(v []string)

SetLayoutIds sets LayoutIds field to given value.

HasLayoutIds

func (o *ProjectImageSearch) HasLayoutIds() bool

HasLayoutIds returns a boolean if a field has been set.

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