/AWS1/CL_GLUUPDATEASSETRSP¶
UpdateAssetResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/GLUASSETID /AWS1/GLUASSETID¶
The unique identifier of the asset.
Optional arguments:¶
iv_name TYPE /AWS1/GLUASSETNAME /AWS1/GLUASSETNAME¶
The name of the asset.
iv_description TYPE /AWS1/GLUASSETDESCRIPTION /AWS1/GLUASSETDESCRIPTION¶
The description of the asset.
iv_updatedat TYPE /AWS1/GLUUPDATEDAT /AWS1/GLUUPDATEDAT¶
The timestamp at which the asset was last updated.
Queryable Attributes¶
Id¶
The unique identifier of the asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Name¶
The name of the asset.
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 asset.
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 |
UpdatedAt¶
The timestamp at which the asset was last updated.
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 |