Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.03 KB

OrganizationEventTargetResponseList.md

File metadata and controls

56 lines (31 loc) · 2.03 KB

OrganizationEventTargetResponseList

Properties

Name Type Description Notes
Targets Pointer to []ClusterCloudProviderInfoCredentials [optional]

Methods

NewOrganizationEventTargetResponseList

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

NewOrganizationEventTargetResponseListWithDefaults

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

GetTargets

func (o *OrganizationEventTargetResponseList) GetTargets() []ClusterCloudProviderInfoCredentials

GetTargets returns the Targets field if non-nil, zero value otherwise.

GetTargetsOk

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.

SetTargets

func (o *OrganizationEventTargetResponseList) SetTargets(v []ClusterCloudProviderInfoCredentials)

SetTargets sets Targets field to given value.

HasTargets

func (o *OrganizationEventTargetResponseList) HasTargets() bool

HasTargets returns a boolean if a field has been set.

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