Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.93 KB

GetMembershipWebviewResponse.md

File metadata and controls

56 lines (31 loc) · 1.93 KB

GetMembershipWebviewResponse

Properties

Name Type Description Notes
MembershipStatus Pointer to string Status of the memberID. [optional]

Methods

NewGetMembershipWebviewResponse

func NewGetMembershipWebviewResponse() *GetMembershipWebviewResponse

NewGetMembershipWebviewResponse instantiates a new GetMembershipWebviewResponse 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

NewGetMembershipWebviewResponseWithDefaults

func NewGetMembershipWebviewResponseWithDefaults() *GetMembershipWebviewResponse

NewGetMembershipWebviewResponseWithDefaults instantiates a new GetMembershipWebviewResponse 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

GetMembershipStatus

func (o *GetMembershipWebviewResponse) GetMembershipStatus() string

GetMembershipStatus returns the MembershipStatus field if non-nil, zero value otherwise.

GetMembershipStatusOk

func (o *GetMembershipWebviewResponse) GetMembershipStatusOk() (*string, bool)

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

SetMembershipStatus

func (o *GetMembershipWebviewResponse) SetMembershipStatus(v string)

SetMembershipStatus sets MembershipStatus field to given value.

HasMembershipStatus

func (o *GetMembershipWebviewResponse) HasMembershipStatus() bool

HasMembershipStatus returns a boolean if a field has been set.

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