Skip to content

/AWS1/CL_SAGUPDAGENTSPACEOUT

Output for the UpdateAgentSpace operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_agentspaceid TYPE /AWS1/SAGAGENTSPACEID /AWS1/SAGAGENTSPACEID

The unique identifier of the updated agent space.

iv_name TYPE /AWS1/SAGAGENTNAME /AWS1/SAGAGENTNAME

The name of the agent space.

Optional arguments:

iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING

The description of the agent space.

io_awsresources TYPE REF TO /AWS1/CL_SAGAWSRESOURCES /AWS1/CL_SAGAWSRESOURCES

The AWS resources associated with the agent space.

it_targetdomainids TYPE /AWS1/CL_SAGTGTDOMAINIDLIST_W=>TT_TARGETDOMAINIDLIST TT_TARGETDOMAINIDLIST

The list of target domain identifiers associated with the agent space.

io_codereviewsettings TYPE REF TO /AWS1/CL_SAGCODEREVIEWSETTINGS /AWS1/CL_SAGCODEREVIEWSETTINGS

The code review settings for the agent space.

iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the agent space was created, in UTC format.

iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP

The date and time the agent space was last updated, in UTC format.


Queryable Attributes

agentSpaceId

The unique identifier of the updated agent space.

Accessible with the following methods

Method Description
GET_AGENTSPACEID() Getter for AGENTSPACEID, with configurable default
ASK_AGENTSPACEID() Getter for AGENTSPACEID w/ exceptions if field has no value
HAS_AGENTSPACEID() Determine if AGENTSPACEID has a value

name

The name of the agent space.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

The description of the agent space.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

awsResources

The AWS resources associated with the agent space.

Accessible with the following methods

Method Description
GET_AWSRESOURCES() Getter for AWSRESOURCES

targetDomainIds

The list of target domain identifiers associated with the agent space.

Accessible with the following methods

Method Description
GET_TARGETDOMAINIDS() Getter for TARGETDOMAINIDS, with configurable default
ASK_TARGETDOMAINIDS() Getter for TARGETDOMAINIDS w/ exceptions if field has no val
HAS_TARGETDOMAINIDS() Determine if TARGETDOMAINIDS has a value

codeReviewSettings

The code review settings for the agent space.

Accessible with the following methods

Method Description
GET_CODEREVIEWSETTINGS() Getter for CODEREVIEWSETTINGS

createdAt

The date and time the agent space was created, in UTC format.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The date and time the agent space was last updated, in UTC format.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value