Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.69 KB

File metadata and controls

51 lines (28 loc) · 1.69 KB

Capabilities

Properties

Name Type Description Notes
Capabilities []AppApiRestV2InfoTypesCapability List of capabilities for a given analysis

Methods

NewCapabilities

func NewCapabilities(capabilities []AppApiRestV2InfoTypesCapability, ) *Capabilities

NewCapabilities instantiates a new Capabilities 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

NewCapabilitiesWithDefaults

func NewCapabilitiesWithDefaults() *Capabilities

NewCapabilitiesWithDefaults instantiates a new Capabilities 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

GetCapabilities

func (o *Capabilities) GetCapabilities() []AppApiRestV2InfoTypesCapability

GetCapabilities returns the Capabilities field if non-nil, zero value otherwise.

GetCapabilitiesOk

func (o *Capabilities) GetCapabilitiesOk() (*[]AppApiRestV2InfoTypesCapability, bool)

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

SetCapabilities

func (o *Capabilities) SetCapabilities(v []AppApiRestV2InfoTypesCapability)

SetCapabilities sets Capabilities field to given value.

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