Name | Type | Description | Notes |
---|---|---|---|
ProjectIds | Pointer to []string | [optional] | |
LayoutIds | Pointer to []string | [optional] |
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
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
func (o *ProjectImageSearch) GetProjectIds() []string
GetProjectIds returns the ProjectIds field if non-nil, zero value otherwise.
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.
func (o *ProjectImageSearch) SetProjectIds(v []string)
SetProjectIds sets ProjectIds field to given value.
func (o *ProjectImageSearch) HasProjectIds() bool
HasProjectIds returns a boolean if a field has been set.
func (o *ProjectImageSearch) GetLayoutIds() []string
GetLayoutIds returns the LayoutIds field if non-nil, zero value otherwise.
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.
func (o *ProjectImageSearch) SetLayoutIds(v []string)
SetLayoutIds sets LayoutIds field to given value.
func (o *ProjectImageSearch) HasLayoutIds() bool
HasLayoutIds returns a boolean if a field has been set.