Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.34 KB

ProviderInfoDto.md

File metadata and controls

82 lines (45 loc) · 2.34 KB

ProviderInfoDto

Properties

Name Type Description Notes
ProviderName Pointer to string [optional]
ProviderKey Pointer to string [optional]

Methods

NewProviderInfoDto

func NewProviderInfoDto() *ProviderInfoDto

NewProviderInfoDto instantiates a new ProviderInfoDto 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

NewProviderInfoDtoWithDefaults

func NewProviderInfoDtoWithDefaults() *ProviderInfoDto

NewProviderInfoDtoWithDefaults instantiates a new ProviderInfoDto 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

GetProviderName

func (o *ProviderInfoDto) GetProviderName() string

GetProviderName returns the ProviderName field if non-nil, zero value otherwise.

GetProviderNameOk

func (o *ProviderInfoDto) GetProviderNameOk() (*string, bool)

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

SetProviderName

func (o *ProviderInfoDto) SetProviderName(v string)

SetProviderName sets ProviderName field to given value.

HasProviderName

func (o *ProviderInfoDto) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

GetProviderKey

func (o *ProviderInfoDto) GetProviderKey() string

GetProviderKey returns the ProviderKey field if non-nil, zero value otherwise.

GetProviderKeyOk

func (o *ProviderInfoDto) GetProviderKeyOk() (*string, bool)

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

SetProviderKey

func (o *ProviderInfoDto) SetProviderKey(v string)

SetProviderKey sets ProviderKey field to given value.

HasProviderKey

func (o *ProviderInfoDto) HasProviderKey() bool

HasProviderKey returns a boolean if a field has been set.

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