Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

ClusteSummaryEntity.md

File metadata and controls

56 lines (31 loc) · 1.81 KB

ClusteSummaryEntity

Properties

Name Type Description Notes
ClusterSummary Pointer to ClusterSummaryDTO [optional]

Methods

NewClusteSummaryEntity

func NewClusteSummaryEntity() *ClusteSummaryEntity

NewClusteSummaryEntity instantiates a new ClusteSummaryEntity 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

NewClusteSummaryEntityWithDefaults

func NewClusteSummaryEntityWithDefaults() *ClusteSummaryEntity

NewClusteSummaryEntityWithDefaults instantiates a new ClusteSummaryEntity 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

GetClusterSummary

func (o *ClusteSummaryEntity) GetClusterSummary() ClusterSummaryDTO

GetClusterSummary returns the ClusterSummary field if non-nil, zero value otherwise.

GetClusterSummaryOk

func (o *ClusteSummaryEntity) GetClusterSummaryOk() (*ClusterSummaryDTO, bool)

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

SetClusterSummary

func (o *ClusteSummaryEntity) SetClusterSummary(v ClusterSummaryDTO)

SetClusterSummary sets ClusterSummary field to given value.

HasClusterSummary

func (o *ClusteSummaryEntity) HasClusterSummary() bool

HasClusterSummary returns a boolean if a field has been set.

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