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-resource-bundle-message
title: ResourceBundleMessage
pagination_label: ResourceBundleMessage
sidebar_label: ResourceBundleMessage
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'ResourceBundleMessage', 'BetaResourceBundleMessage']
slug: /tools/sdk/go/beta/models/resource-bundle-message
tags: ['SDK', 'Software Development Kit', 'ResourceBundleMessage', 'BetaResourceBundleMessage']
---
# ResourceBundleMessage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Key** | Pointer to **string** | The key of the message | [optional]
**Format** | Pointer to **string** | The format of the message | [optional]
## Methods
### NewResourceBundleMessage
`func NewResourceBundleMessage() *ResourceBundleMessage`
NewResourceBundleMessage instantiates a new ResourceBundleMessage 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
### NewResourceBundleMessageWithDefaults
`func NewResourceBundleMessageWithDefaults() *ResourceBundleMessage`
NewResourceBundleMessageWithDefaults instantiates a new ResourceBundleMessage 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
### GetKey
`func (o *ResourceBundleMessage) GetKey() string`
GetKey returns the Key field if non-nil, zero value otherwise.
### GetKeyOk
`func (o *ResourceBundleMessage) GetKeyOk() (*string, bool)`
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetKey
`func (o *ResourceBundleMessage) SetKey(v string)`
SetKey sets Key field to given value.
### HasKey
`func (o *ResourceBundleMessage) HasKey() bool`
HasKey returns a boolean if a field has been set.
### GetFormat
`func (o *ResourceBundleMessage) GetFormat() string`
GetFormat returns the Format field if non-nil, zero value otherwise.
### GetFormatOk
`func (o *ResourceBundleMessage) GetFormatOk() (*string, bool)`
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetFormat
`func (o *ResourceBundleMessage) SetFormat(v string)`
SetFormat sets Format field to given value.
### HasFormat
`func (o *ResourceBundleMessage) HasFormat() bool`
HasFormat returns a boolean if a field has been set.