Skip to content

AllTargetSites

Properties

Name Type Description Notes
TargetSites Pointer to []SiteBasicInfo [optional]

Methods

NewAllTargetSites

func NewAllTargetSites() *AllTargetSites

NewAllTargetSites instantiates a new AllTargetSites 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

NewAllTargetSitesWithDefaults

func NewAllTargetSitesWithDefaults() *AllTargetSites

NewAllTargetSitesWithDefaults instantiates a new AllTargetSites 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

GetTargetSites

func (o *AllTargetSites) GetTargetSites() []SiteBasicInfo

GetTargetSites returns the TargetSites field if non-nil, zero value otherwise.

GetTargetSitesOk

func (o *AllTargetSites) GetTargetSitesOk() (*[]SiteBasicInfo, bool)

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

SetTargetSites

func (o *AllTargetSites) SetTargetSites(v []SiteBasicInfo)

SetTargetSites sets TargetSites field to given value.

HasTargetSites

func (o *AllTargetSites) HasTargetSites() bool

HasTargetSites returns a boolean if a field has been set.

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