mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
starting point for go docs
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
---
|
||||
id: beta-update-access-profiles-in-bulk412-response
|
||||
title: UpdateAccessProfilesInBulk412Response
|
||||
pagination_label: UpdateAccessProfilesInBulk412Response
|
||||
sidebar_label: UpdateAccessProfilesInBulk412Response
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'UpdateAccessProfilesInBulk412Response', 'BetaUpdateAccessProfilesInBulk412Response']
|
||||
slug: /tools/sdk/go/beta/models/update-access-profiles-in-bulk412-response
|
||||
tags: ['SDK', 'Software Development Kit', 'UpdateAccessProfilesInBulk412Response', 'BetaUpdateAccessProfilesInBulk412Response']
|
||||
---
|
||||
|
||||
# UpdateAccessProfilesInBulk412Response
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Message** | Pointer to **map[string]interface{}** | A message describing the error | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewUpdateAccessProfilesInBulk412Response
|
||||
|
||||
`func NewUpdateAccessProfilesInBulk412Response() *UpdateAccessProfilesInBulk412Response`
|
||||
|
||||
NewUpdateAccessProfilesInBulk412Response instantiates a new UpdateAccessProfilesInBulk412Response 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
|
||||
|
||||
### NewUpdateAccessProfilesInBulk412ResponseWithDefaults
|
||||
|
||||
`func NewUpdateAccessProfilesInBulk412ResponseWithDefaults() *UpdateAccessProfilesInBulk412Response`
|
||||
|
||||
NewUpdateAccessProfilesInBulk412ResponseWithDefaults instantiates a new UpdateAccessProfilesInBulk412Response 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
|
||||
|
||||
### GetMessage
|
||||
|
||||
`func (o *UpdateAccessProfilesInBulk412Response) GetMessage() map[string]interface{}`
|
||||
|
||||
GetMessage returns the Message field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMessageOk
|
||||
|
||||
`func (o *UpdateAccessProfilesInBulk412Response) GetMessageOk() (*map[string]interface{}, bool)`
|
||||
|
||||
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMessage
|
||||
|
||||
`func (o *UpdateAccessProfilesInBulk412Response) SetMessage(v map[string]interface{})`
|
||||
|
||||
SetMessage sets Message field to given value.
|
||||
|
||||
### HasMessage
|
||||
|
||||
`func (o *UpdateAccessProfilesInBulk412Response) HasMessage() bool`
|
||||
|
||||
HasMessage returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user