Name | Type | Description | Notes |
---|---|---|---|
Directives | []Directive |
func NewListDirectives200ResponseData(directives []Directive, ) *ListDirectives200ResponseData
NewListDirectives200ResponseData instantiates a new ListDirectives200ResponseData 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
func NewListDirectives200ResponseDataWithDefaults() *ListDirectives200ResponseData
NewListDirectives200ResponseDataWithDefaults instantiates a new ListDirectives200ResponseData 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
func (o *ListDirectives200ResponseData) GetDirectives() []Directive
GetDirectives returns the Directives field if non-nil, zero value otherwise.
func (o *ListDirectives200ResponseData) GetDirectivesOk() (*[]Directive, bool)
GetDirectivesOk returns a tuple with the Directives field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListDirectives200ResponseData) SetDirectives(v []Directive)
SetDirectives sets Directives field to given value.