Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.49 KB

File metadata and controls

134 lines (73 loc) · 3.49 KB

ResponsesBlockExplorer

Properties

Name Type Description Notes
ApiUrl Pointer to string [optional]
Family Pointer to string [optional]
Name Pointer to string [optional]
Url Pointer to string [optional]

Methods

NewResponsesBlockExplorer

func NewResponsesBlockExplorer() *ResponsesBlockExplorer

NewResponsesBlockExplorer instantiates a new ResponsesBlockExplorer 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

NewResponsesBlockExplorerWithDefaults

func NewResponsesBlockExplorerWithDefaults() *ResponsesBlockExplorer

NewResponsesBlockExplorerWithDefaults instantiates a new ResponsesBlockExplorer 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

GetApiUrl

func (o *ResponsesBlockExplorer) GetApiUrl() string

GetApiUrl returns the ApiUrl field if non-nil, zero value otherwise.

GetApiUrlOk

func (o *ResponsesBlockExplorer) GetApiUrlOk() (*string, bool)

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

SetApiUrl

func (o *ResponsesBlockExplorer) SetApiUrl(v string)

SetApiUrl sets ApiUrl field to given value.

HasApiUrl

func (o *ResponsesBlockExplorer) HasApiUrl() bool

HasApiUrl returns a boolean if a field has been set.

GetFamily

func (o *ResponsesBlockExplorer) GetFamily() string

GetFamily returns the Family field if non-nil, zero value otherwise.

GetFamilyOk

func (o *ResponsesBlockExplorer) GetFamilyOk() (*string, bool)

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

SetFamily

func (o *ResponsesBlockExplorer) SetFamily(v string)

SetFamily sets Family field to given value.

HasFamily

func (o *ResponsesBlockExplorer) HasFamily() bool

HasFamily returns a boolean if a field has been set.

GetName

func (o *ResponsesBlockExplorer) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ResponsesBlockExplorer) GetNameOk() (*string, bool)

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

SetName

func (o *ResponsesBlockExplorer) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ResponsesBlockExplorer) HasName() bool

HasName returns a boolean if a field has been set.

GetUrl

func (o *ResponsesBlockExplorer) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ResponsesBlockExplorer) GetUrlOk() (*string, bool)

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

SetUrl

func (o *ResponsesBlockExplorer) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *ResponsesBlockExplorer) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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