Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.55 KB

ClaimantOwner.md

File metadata and controls

51 lines (28 loc) · 1.55 KB

ClaimantOwner

Properties

Name Type Description Notes
ClaimantOwnerKey string

Methods

NewClaimantOwner

func NewClaimantOwner(claimantOwnerKey string, ) *ClaimantOwner

NewClaimantOwner instantiates a new ClaimantOwner 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

NewClaimantOwnerWithDefaults

func NewClaimantOwnerWithDefaults() *ClaimantOwner

NewClaimantOwnerWithDefaults instantiates a new ClaimantOwner 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

GetClaimantOwnerKey

func (o *ClaimantOwner) GetClaimantOwnerKey() string

GetClaimantOwnerKey returns the ClaimantOwnerKey field if non-nil, zero value otherwise.

GetClaimantOwnerKeyOk

func (o *ClaimantOwner) GetClaimantOwnerKeyOk() (*string, bool)

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

SetClaimantOwnerKey

func (o *ClaimantOwner) SetClaimantOwnerKey(v string)

SetClaimantOwnerKey sets ClaimantOwnerKey field to given value.

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