/AWS1/CL_GURASSOCREPOSITORYRSP¶
AssociateRepositoryResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IO_REPOSITORYASSOCIATION
TYPE REF TO /AWS1/CL_GURREPOSITORYASSOCI00
/AWS1/CL_GURREPOSITORYASSOCI00
¶
Information about the repository association.
IT_TAGS
TYPE /AWS1/CL_GURTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:
A tag key (for example,
CostCenter
,Environment
,Project
, orSecret
). Tag keys are case sensitive.An optional field known as a tag value (for example,
111122223333
,Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case sensitive.
Queryable Attributes¶
RepositoryAssociation¶
Information about the repository association.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPOSITORYASSOCIATION() |
Getter for REPOSITORYASSOCIATION |
Tags¶
An array of key-value pairs used to tag an associated repository. A tag is a custom attribute label with two parts:
A tag key (for example,
CostCenter
,Environment
,Project
, orSecret
). Tag keys are case sensitive.An optional field known as a tag value (for example,
111122223333
,Production
, or a team name). Omitting the tag value is the same as using an empty string. Like tag keys, tag values are case sensitive.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |