Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/V2024/Models/SendClassifyMachineAccount200Response.md
2025-05-13 11:12:04 -04:00

2.4 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-send-classify-machine-account200-response SendClassifyMachineAccount200Response SendClassifyMachineAccount200Response SendClassifyMachineAccount200Response gosdk
go
Golang
sdk
SendClassifyMachineAccount200Response
V2024SendClassifyMachineAccount200Response
/tools/sdk/go/v2024/models/send-classify-machine-account200-response
SDK
Software Development Kit
SendClassifyMachineAccount200Response
V2024SendClassifyMachineAccount200Response

SendClassifyMachineAccount200Response

Properties

Name Type Description Notes
IsMachine Pointer to bool Indicates if account is classified as machine [optional] [default to false]

Methods

NewSendClassifyMachineAccount200Response

func NewSendClassifyMachineAccount200Response() *SendClassifyMachineAccount200Response

NewSendClassifyMachineAccount200Response instantiates a new SendClassifyMachineAccount200Response 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

NewSendClassifyMachineAccount200ResponseWithDefaults

func NewSendClassifyMachineAccount200ResponseWithDefaults() *SendClassifyMachineAccount200Response

NewSendClassifyMachineAccount200ResponseWithDefaults instantiates a new SendClassifyMachineAccount200Response 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

GetIsMachine

func (o *SendClassifyMachineAccount200Response) GetIsMachine() bool

GetIsMachine returns the IsMachine field if non-nil, zero value otherwise.

GetIsMachineOk

func (o *SendClassifyMachineAccount200Response) GetIsMachineOk() (*bool, bool)

GetIsMachineOk returns a tuple with the IsMachine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsMachine

func (o *SendClassifyMachineAccount200Response) SetIsMachine(v bool)

SetIsMachine sets IsMachine field to given value.

HasIsMachine

func (o *SendClassifyMachineAccount200Response) HasIsMachine() bool

HasIsMachine returns a boolean if a field has been set.