empty method and model folders for go to start fixing build

This commit is contained in:
darrell-thobe-sp
2025-03-31 09:09:43 -04:00
parent 34d14a520e
commit 1b874a5285
2759 changed files with 2 additions and 516357 deletions

View File

@@ -1,146 +0,0 @@
---
id: beta-requestability
title: Requestability
pagination_label: Requestability
sidebar_label: Requestability
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'Requestability', 'BetaRequestability']
slug: /tools/sdk/go/beta/models/requestability
tags: ['SDK', 'Software Development Kit', 'Requestability', 'BetaRequestability']
---
# Requestability
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CommentsRequired** | Pointer to **NullableBool** | Whether the requester of the containing object must provide comments justifying the request | [optional] [default to false]
**DenialCommentsRequired** | Pointer to **NullableBool** | Whether an approver must provide comments when denying the request | [optional] [default to false]
**ApprovalSchemes** | Pointer to [**[]AccessProfileApprovalScheme**](access-profile-approval-scheme) | List describing the steps in approving the request | [optional]
## Methods
### NewRequestability
`func NewRequestability() *Requestability`
NewRequestability instantiates a new Requestability 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
### NewRequestabilityWithDefaults
`func NewRequestabilityWithDefaults() *Requestability`
NewRequestabilityWithDefaults instantiates a new Requestability 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
### GetCommentsRequired
`func (o *Requestability) GetCommentsRequired() bool`
GetCommentsRequired returns the CommentsRequired field if non-nil, zero value otherwise.
### GetCommentsRequiredOk
`func (o *Requestability) GetCommentsRequiredOk() (*bool, bool)`
GetCommentsRequiredOk returns a tuple with the CommentsRequired field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetCommentsRequired
`func (o *Requestability) SetCommentsRequired(v bool)`
SetCommentsRequired sets CommentsRequired field to given value.
### HasCommentsRequired
`func (o *Requestability) HasCommentsRequired() bool`
HasCommentsRequired returns a boolean if a field has been set.
### SetCommentsRequiredNil
`func (o *Requestability) SetCommentsRequiredNil(b bool)`
SetCommentsRequiredNil sets the value for CommentsRequired to be an explicit nil
### UnsetCommentsRequired
`func (o *Requestability) UnsetCommentsRequired()`
UnsetCommentsRequired ensures that no value is present for CommentsRequired, not even an explicit nil
### GetDenialCommentsRequired
`func (o *Requestability) GetDenialCommentsRequired() bool`
GetDenialCommentsRequired returns the DenialCommentsRequired field if non-nil, zero value otherwise.
### GetDenialCommentsRequiredOk
`func (o *Requestability) GetDenialCommentsRequiredOk() (*bool, bool)`
GetDenialCommentsRequiredOk returns a tuple with the DenialCommentsRequired field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDenialCommentsRequired
`func (o *Requestability) SetDenialCommentsRequired(v bool)`
SetDenialCommentsRequired sets DenialCommentsRequired field to given value.
### HasDenialCommentsRequired
`func (o *Requestability) HasDenialCommentsRequired() bool`
HasDenialCommentsRequired returns a boolean if a field has been set.
### SetDenialCommentsRequiredNil
`func (o *Requestability) SetDenialCommentsRequiredNil(b bool)`
SetDenialCommentsRequiredNil sets the value for DenialCommentsRequired to be an explicit nil
### UnsetDenialCommentsRequired
`func (o *Requestability) UnsetDenialCommentsRequired()`
UnsetDenialCommentsRequired ensures that no value is present for DenialCommentsRequired, not even an explicit nil
### GetApprovalSchemes
`func (o *Requestability) GetApprovalSchemes() []AccessProfileApprovalScheme`
GetApprovalSchemes returns the ApprovalSchemes field if non-nil, zero value otherwise.
### GetApprovalSchemesOk
`func (o *Requestability) GetApprovalSchemesOk() (*[]AccessProfileApprovalScheme, bool)`
GetApprovalSchemesOk returns a tuple with the ApprovalSchemes field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetApprovalSchemes
`func (o *Requestability) SetApprovalSchemes(v []AccessProfileApprovalScheme)`
SetApprovalSchemes sets ApprovalSchemes field to given value.
### HasApprovalSchemes
`func (o *Requestability) HasApprovalSchemes() bool`
HasApprovalSchemes returns a boolean if a field has been set.
### SetApprovalSchemesNil
`func (o *Requestability) SetApprovalSchemesNil(b bool)`
SetApprovalSchemesNil sets the value for ApprovalSchemes to be an explicit nil
### UnsetApprovalSchemes
`func (o *Requestability) UnsetApprovalSchemes()`
UnsetApprovalSchemes ensures that no value is present for ApprovalSchemes, not even an explicit nil