Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.83 KB

EnvironmentServiceIdsAllRequest.md

File metadata and controls

160 lines (87 loc) · 4.83 KB

EnvironmentServiceIdsAllRequest

Properties

Name Type Description Notes
ApplicationIds Pointer to []string [optional]
ContainerIds Pointer to []string [optional]
DatabaseIds Pointer to []string [optional]
JobIds Pointer to []string [optional]
HelmIds Pointer to []string [optional]

Methods

NewEnvironmentServiceIdsAllRequest

func NewEnvironmentServiceIdsAllRequest() *EnvironmentServiceIdsAllRequest

NewEnvironmentServiceIdsAllRequest instantiates a new EnvironmentServiceIdsAllRequest 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

NewEnvironmentServiceIdsAllRequestWithDefaults

func NewEnvironmentServiceIdsAllRequestWithDefaults() *EnvironmentServiceIdsAllRequest

NewEnvironmentServiceIdsAllRequestWithDefaults instantiates a new EnvironmentServiceIdsAllRequest 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

GetApplicationIds

func (o *EnvironmentServiceIdsAllRequest) GetApplicationIds() []string

GetApplicationIds returns the ApplicationIds field if non-nil, zero value otherwise.

GetApplicationIdsOk

func (o *EnvironmentServiceIdsAllRequest) GetApplicationIdsOk() (*[]string, bool)

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

SetApplicationIds

func (o *EnvironmentServiceIdsAllRequest) SetApplicationIds(v []string)

SetApplicationIds sets ApplicationIds field to given value.

HasApplicationIds

func (o *EnvironmentServiceIdsAllRequest) HasApplicationIds() bool

HasApplicationIds returns a boolean if a field has been set.

GetContainerIds

func (o *EnvironmentServiceIdsAllRequest) GetContainerIds() []string

GetContainerIds returns the ContainerIds field if non-nil, zero value otherwise.

GetContainerIdsOk

func (o *EnvironmentServiceIdsAllRequest) GetContainerIdsOk() (*[]string, bool)

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

SetContainerIds

func (o *EnvironmentServiceIdsAllRequest) SetContainerIds(v []string)

SetContainerIds sets ContainerIds field to given value.

HasContainerIds

func (o *EnvironmentServiceIdsAllRequest) HasContainerIds() bool

HasContainerIds returns a boolean if a field has been set.

GetDatabaseIds

func (o *EnvironmentServiceIdsAllRequest) GetDatabaseIds() []string

GetDatabaseIds returns the DatabaseIds field if non-nil, zero value otherwise.

GetDatabaseIdsOk

func (o *EnvironmentServiceIdsAllRequest) GetDatabaseIdsOk() (*[]string, bool)

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

SetDatabaseIds

func (o *EnvironmentServiceIdsAllRequest) SetDatabaseIds(v []string)

SetDatabaseIds sets DatabaseIds field to given value.

HasDatabaseIds

func (o *EnvironmentServiceIdsAllRequest) HasDatabaseIds() bool

HasDatabaseIds returns a boolean if a field has been set.

GetJobIds

func (o *EnvironmentServiceIdsAllRequest) GetJobIds() []string

GetJobIds returns the JobIds field if non-nil, zero value otherwise.

GetJobIdsOk

func (o *EnvironmentServiceIdsAllRequest) GetJobIdsOk() (*[]string, bool)

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

SetJobIds

func (o *EnvironmentServiceIdsAllRequest) SetJobIds(v []string)

SetJobIds sets JobIds field to given value.

HasJobIds

func (o *EnvironmentServiceIdsAllRequest) HasJobIds() bool

HasJobIds returns a boolean if a field has been set.

GetHelmIds

func (o *EnvironmentServiceIdsAllRequest) GetHelmIds() []string

GetHelmIds returns the HelmIds field if non-nil, zero value otherwise.

GetHelmIdsOk

func (o *EnvironmentServiceIdsAllRequest) GetHelmIdsOk() (*[]string, bool)

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

SetHelmIds

func (o *EnvironmentServiceIdsAllRequest) SetHelmIds(v []string)

SetHelmIds sets HelmIds field to given value.

HasHelmIds

func (o *EnvironmentServiceIdsAllRequest) HasHelmIds() bool

HasHelmIds returns a boolean if a field has been set.

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