Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.26 KB

CoreModelsEnrollmentEnrollmentTemplateCAResponse.md

File metadata and controls

82 lines (45 loc) · 3.26 KB

CoreModelsEnrollmentEnrollmentTemplateCAResponse

Properties

Name Type Description Notes
Templates Pointer to []CoreModelsEnrollmentEnrollmentTemplate [optional]
StandaloneCAs Pointer to []CoreModelsEnrollmentEnrollmentCA [optional]

Methods

NewCoreModelsEnrollmentEnrollmentTemplateCAResponse

func NewCoreModelsEnrollmentEnrollmentTemplateCAResponse() *CoreModelsEnrollmentEnrollmentTemplateCAResponse

NewCoreModelsEnrollmentEnrollmentTemplateCAResponse instantiates a new CoreModelsEnrollmentEnrollmentTemplateCAResponse 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

NewCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults

func NewCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults() *CoreModelsEnrollmentEnrollmentTemplateCAResponse

NewCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults instantiates a new CoreModelsEnrollmentEnrollmentTemplateCAResponse 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

GetTemplates

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetTemplates() []CoreModelsEnrollmentEnrollmentTemplate

GetTemplates returns the Templates field if non-nil, zero value otherwise.

GetTemplatesOk

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetTemplatesOk() (*[]CoreModelsEnrollmentEnrollmentTemplate, bool)

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

SetTemplates

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) SetTemplates(v []CoreModelsEnrollmentEnrollmentTemplate)

SetTemplates sets Templates field to given value.

HasTemplates

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) HasTemplates() bool

HasTemplates returns a boolean if a field has been set.

GetStandaloneCAs

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetStandaloneCAs() []CoreModelsEnrollmentEnrollmentCA

GetStandaloneCAs returns the StandaloneCAs field if non-nil, zero value otherwise.

GetStandaloneCAsOk

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) GetStandaloneCAsOk() (*[]CoreModelsEnrollmentEnrollmentCA, bool)

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

SetStandaloneCAs

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) SetStandaloneCAs(v []CoreModelsEnrollmentEnrollmentCA)

SetStandaloneCAs sets StandaloneCAs field to given value.

HasStandaloneCAs

func (o *CoreModelsEnrollmentEnrollmentTemplateCAResponse) HasStandaloneCAs() bool

HasStandaloneCAs returns a boolean if a field has been set.

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