Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.89 KB

EnrollmentMethod.md

File metadata and controls

108 lines (59 loc) · 2.89 KB

EnrollmentMethod

Properties

Name Type Description Notes
Id Pointer to string [optional] [readonly]
ObjectName Pointer to string [optional] [readonly]
ObjectType Pointer to string [optional] [readonly]

Methods

NewEnrollmentMethod

func NewEnrollmentMethod() *EnrollmentMethod

NewEnrollmentMethod instantiates a new EnrollmentMethod 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

NewEnrollmentMethodWithDefaults

func NewEnrollmentMethodWithDefaults() *EnrollmentMethod

NewEnrollmentMethodWithDefaults instantiates a new EnrollmentMethod 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

GetId

func (o *EnrollmentMethod) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *EnrollmentMethod) GetIdOk() (*string, bool)

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

SetId

func (o *EnrollmentMethod) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *EnrollmentMethod) HasId() bool

HasId returns a boolean if a field has been set.

GetObjectName

func (o *EnrollmentMethod) GetObjectName() string

GetObjectName returns the ObjectName field if non-nil, zero value otherwise.

GetObjectNameOk

func (o *EnrollmentMethod) GetObjectNameOk() (*string, bool)

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

SetObjectName

func (o *EnrollmentMethod) SetObjectName(v string)

SetObjectName sets ObjectName field to given value.

HasObjectName

func (o *EnrollmentMethod) HasObjectName() bool

HasObjectName returns a boolean if a field has been set.

GetObjectType

func (o *EnrollmentMethod) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *EnrollmentMethod) GetObjectTypeOk() (*string, bool)

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

SetObjectType

func (o *EnrollmentMethod) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *EnrollmentMethod) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

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