| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | Name of the location where the course is held. | [optional] |
| AddressAttributes | Pointer to NullableAddressPatchPayload | [optional] |
func NewUpdateCourseLocationByIdRequest() *UpdateCourseLocationByIdRequest
NewUpdateCourseLocationByIdRequest instantiates a new UpdateCourseLocationByIdRequest 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
func NewUpdateCourseLocationByIdRequestWithDefaults() *UpdateCourseLocationByIdRequest
NewUpdateCourseLocationByIdRequestWithDefaults instantiates a new UpdateCourseLocationByIdRequest 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
func (o *UpdateCourseLocationByIdRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UpdateCourseLocationByIdRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateCourseLocationByIdRequest) SetName(v string)
SetName sets Name field to given value.
func (o *UpdateCourseLocationByIdRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UpdateCourseLocationByIdRequest) GetAddressAttributes() AddressPatchPayload
GetAddressAttributes returns the AddressAttributes field if non-nil, zero value otherwise.
func (o *UpdateCourseLocationByIdRequest) GetAddressAttributesOk() (*AddressPatchPayload, bool)
GetAddressAttributesOk returns a tuple with the AddressAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateCourseLocationByIdRequest) SetAddressAttributes(v AddressPatchPayload)
SetAddressAttributes sets AddressAttributes field to given value.
func (o *UpdateCourseLocationByIdRequest) HasAddressAttributes() bool
HasAddressAttributes returns a boolean if a field has been set.
func (o *UpdateCourseLocationByIdRequest) SetAddressAttributesNil(b bool)
SetAddressAttributesNil sets the value for AddressAttributes to be an explicit nil
func (o *UpdateCourseLocationByIdRequest) UnsetAddressAttributes()
UnsetAddressAttributes ensures that no value is present for AddressAttributes, not even an explicit nil