Name | Type | Description | Notes |
---|---|---|---|
Targets | Pointer to []ClusterCloudProviderInfoCredentials | [optional] |
func NewOrganizationEventTargetResponseList() *OrganizationEventTargetResponseList
NewOrganizationEventTargetResponseList instantiates a new OrganizationEventTargetResponseList 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 NewOrganizationEventTargetResponseListWithDefaults() *OrganizationEventTargetResponseList
NewOrganizationEventTargetResponseListWithDefaults instantiates a new OrganizationEventTargetResponseList 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 *OrganizationEventTargetResponseList) GetTargets() []ClusterCloudProviderInfoCredentials
GetTargets returns the Targets field if non-nil, zero value otherwise.
func (o *OrganizationEventTargetResponseList) GetTargetsOk() (*[]ClusterCloudProviderInfoCredentials, bool)
GetTargetsOk returns a tuple with the Targets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEventTargetResponseList) SetTargets(v []ClusterCloudProviderInfoCredentials)
SetTargets sets Targets field to given value.
func (o *OrganizationEventTargetResponseList) HasTargets() bool
HasTargets returns a boolean if a field has been set.