Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of non-employee source. | |
Description | string | Description of non-employee source. | |
Owner | NonEmployeeIdnUserRequest | ||
ManagementWorkgroup | Pointer to string | The ID for the management workgroup that contains source sub-admins | [optional] |
Approvers | Pointer to []NonEmployeeIdnUserRequest | List of approvers. | [optional] |
AccountManagers | Pointer to []NonEmployeeIdnUserRequest | List of account managers. | [optional] |
func NewNonEmployeeSourceRequestBody(name string, description string, owner NonEmployeeIdnUserRequest, ) *NonEmployeeSourceRequestBody
NewNonEmployeeSourceRequestBody instantiates a new NonEmployeeSourceRequestBody 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 NewNonEmployeeSourceRequestBodyWithDefaults() *NonEmployeeSourceRequestBody
NewNonEmployeeSourceRequestBodyWithDefaults instantiates a new NonEmployeeSourceRequestBody 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 *NonEmployeeSourceRequestBody) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceRequestBody) 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 *NonEmployeeSourceRequestBody) SetName(v string)
SetName sets Name field to given value.
func (o *NonEmployeeSourceRequestBody) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceRequestBody) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceRequestBody) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *NonEmployeeSourceRequestBody) GetOwner() NonEmployeeIdnUserRequest
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceRequestBody) GetOwnerOk() (*NonEmployeeIdnUserRequest, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceRequestBody) SetOwner(v NonEmployeeIdnUserRequest)
SetOwner sets Owner field to given value.
func (o *NonEmployeeSourceRequestBody) GetManagementWorkgroup() string
GetManagementWorkgroup returns the ManagementWorkgroup field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceRequestBody) GetManagementWorkgroupOk() (*string, bool)
GetManagementWorkgroupOk returns a tuple with the ManagementWorkgroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceRequestBody) SetManagementWorkgroup(v string)
SetManagementWorkgroup sets ManagementWorkgroup field to given value.
func (o *NonEmployeeSourceRequestBody) HasManagementWorkgroup() bool
HasManagementWorkgroup returns a boolean if a field has been set.
func (o *NonEmployeeSourceRequestBody) GetApprovers() []NonEmployeeIdnUserRequest
GetApprovers returns the Approvers field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceRequestBody) GetApproversOk() (*[]NonEmployeeIdnUserRequest, bool)
GetApproversOk returns a tuple with the Approvers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceRequestBody) SetApprovers(v []NonEmployeeIdnUserRequest)
SetApprovers sets Approvers field to given value.
func (o *NonEmployeeSourceRequestBody) HasApprovers() bool
HasApprovers returns a boolean if a field has been set.
func (o *NonEmployeeSourceRequestBody) GetAccountManagers() []NonEmployeeIdnUserRequest
GetAccountManagers returns the AccountManagers field if non-nil, zero value otherwise.
func (o *NonEmployeeSourceRequestBody) GetAccountManagersOk() (*[]NonEmployeeIdnUserRequest, bool)
GetAccountManagersOk returns a tuple with the AccountManagers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NonEmployeeSourceRequestBody) SetAccountManagers(v []NonEmployeeIdnUserRequest)
SetAccountManagers sets AccountManagers field to given value.
func (o *NonEmployeeSourceRequestBody) HasAccountManagers() bool
HasAccountManagers returns a boolean if a field has been set.