PipelineResponseAllOf
Properties
Public
Pointer to bool
[optional]
Methods
NewPipelineResponseAllOf
func NewPipelineResponseAllOf() *PipelineResponseAllOf
NewPipelineResponseAllOf instantiates a new PipelineResponseAllOf 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
NewPipelineResponseAllOfWithDefaults
func NewPipelineResponseAllOfWithDefaults() *PipelineResponseAllOf
NewPipelineResponseAllOfWithDefaults instantiates a new PipelineResponseAllOf 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
GetPublic
func (o *PipelineResponseAllOf) GetPublic() bool
GetPublic returns the Public field if non-nil, zero value otherwise.
GetPublicOk
func (o *PipelineResponseAllOf) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPublic
func (o *PipelineResponseAllOf) SetPublic(v bool)
SetPublic sets Public field to given value.
HasPublic
func (o *PipelineResponseAllOf) HasPublic() bool
HasPublic returns a boolean if a field has been set.
Last updated