Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (37 loc) · 1.97 KB

GrantTrialRequestResponse.md

File metadata and controls

66 lines (37 loc) · 1.97 KB

GrantTrialRequestResponse

Properties

Name Type Description Notes
Code Pointer to NullableString Trial request code [optional]

Methods

NewGrantTrialRequestResponse

func NewGrantTrialRequestResponse() *GrantTrialRequestResponse

NewGrantTrialRequestResponse instantiates a new GrantTrialRequestResponse 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

NewGrantTrialRequestResponseWithDefaults

func NewGrantTrialRequestResponseWithDefaults() *GrantTrialRequestResponse

NewGrantTrialRequestResponseWithDefaults instantiates a new GrantTrialRequestResponse 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

GetCode

func (o *GrantTrialRequestResponse) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *GrantTrialRequestResponse) GetCodeOk() (*string, bool)

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

SetCode

func (o *GrantTrialRequestResponse) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *GrantTrialRequestResponse) HasCode() bool

HasCode returns a boolean if a field has been set.

SetCodeNil

func (o *GrantTrialRequestResponse) SetCodeNil(b bool)

SetCodeNil sets the value for Code to be an explicit nil

UnsetCode

func (o *GrantTrialRequestResponse) UnsetCode()

UnsetCode ensures that no value is present for Code, not even an explicit nil

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