adding beta version docs back

This commit is contained in:
darrell-thobe-sp
2025-03-31 14:49:46 -04:00
parent c2c7b3f917
commit 879f05e3ac
965 changed files with 175538 additions and 4 deletions

View File

@@ -0,0 +1,90 @@
---
id: beta-role-mining-potential-role-ref
title: RoleMiningPotentialRoleRef
pagination_label: RoleMiningPotentialRoleRef
sidebar_label: RoleMiningPotentialRoleRef
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'RoleMiningPotentialRoleRef', 'BetaRoleMiningPotentialRoleRef']
slug: /tools/sdk/go/beta/models/role-mining-potential-role-ref
tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleRef', 'BetaRoleMiningPotentialRoleRef']
---
# RoleMiningPotentialRoleRef
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **string** | Id of the potential role | [optional]
**Name** | Pointer to **string** | Name of the potential role | [optional]
## Methods
### NewRoleMiningPotentialRoleRef
`func NewRoleMiningPotentialRoleRef() *RoleMiningPotentialRoleRef`
NewRoleMiningPotentialRoleRef instantiates a new RoleMiningPotentialRoleRef 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
### NewRoleMiningPotentialRoleRefWithDefaults
`func NewRoleMiningPotentialRoleRefWithDefaults() *RoleMiningPotentialRoleRef`
NewRoleMiningPotentialRoleRefWithDefaults instantiates a new RoleMiningPotentialRoleRef 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 *RoleMiningPotentialRoleRef) GetId() string`
GetId returns the Id field if non-nil, zero value otherwise.
### GetIdOk
`func (o *RoleMiningPotentialRoleRef) 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 *RoleMiningPotentialRoleRef) SetId(v string)`
SetId sets Id field to given value.
### HasId
`func (o *RoleMiningPotentialRoleRef) HasId() bool`
HasId returns a boolean if a field has been set.
### GetName
`func (o *RoleMiningPotentialRoleRef) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *RoleMiningPotentialRoleRef) 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.
### SetName
`func (o *RoleMiningPotentialRoleRef) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *RoleMiningPotentialRoleRef) HasName() bool`
HasName returns a boolean if a field has been set.