Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.38 KB

File metadata and controls

82 lines (45 loc) · 2.38 KB

ResponsesRollupProvider

Properties

Name Type Description Notes
Address Pointer to string [optional]
Namespace Pointer to string [optional]

Methods

NewResponsesRollupProvider

func NewResponsesRollupProvider() *ResponsesRollupProvider

NewResponsesRollupProvider instantiates a new ResponsesRollupProvider 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

NewResponsesRollupProviderWithDefaults

func NewResponsesRollupProviderWithDefaults() *ResponsesRollupProvider

NewResponsesRollupProviderWithDefaults instantiates a new ResponsesRollupProvider 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

GetAddress

func (o *ResponsesRollupProvider) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *ResponsesRollupProvider) GetAddressOk() (*string, bool)

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

SetAddress

func (o *ResponsesRollupProvider) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *ResponsesRollupProvider) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetNamespace

func (o *ResponsesRollupProvider) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

func (o *ResponsesRollupProvider) GetNamespaceOk() (*string, bool)

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

SetNamespace

func (o *ResponsesRollupProvider) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *ResponsesRollupProvider) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

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