Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.35 KB

PlaybookWithWarnings.md

File metadata and controls

82 lines (45 loc) · 2.35 KB

PlaybookWithWarnings

Properties

Name Type Description Notes
Playbook Pointer to Playbook [optional]
Warnings Pointer to []string [optional]

Methods

NewPlaybookWithWarnings

func NewPlaybookWithWarnings() *PlaybookWithWarnings

NewPlaybookWithWarnings instantiates a new PlaybookWithWarnings 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

NewPlaybookWithWarningsWithDefaults

func NewPlaybookWithWarningsWithDefaults() *PlaybookWithWarnings

NewPlaybookWithWarningsWithDefaults instantiates a new PlaybookWithWarnings 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

GetPlaybook

func (o *PlaybookWithWarnings) GetPlaybook() Playbook

GetPlaybook returns the Playbook field if non-nil, zero value otherwise.

GetPlaybookOk

func (o *PlaybookWithWarnings) GetPlaybookOk() (*Playbook, bool)

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

SetPlaybook

func (o *PlaybookWithWarnings) SetPlaybook(v Playbook)

SetPlaybook sets Playbook field to given value.

HasPlaybook

func (o *PlaybookWithWarnings) HasPlaybook() bool

HasPlaybook returns a boolean if a field has been set.

GetWarnings

func (o *PlaybookWithWarnings) GetWarnings() []string

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

func (o *PlaybookWithWarnings) GetWarningsOk() (*[]string, bool)

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

SetWarnings

func (o *PlaybookWithWarnings) SetWarnings(v []string)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *PlaybookWithWarnings) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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