Class GetObjectTaggingResponse
Returns information about the GetObjectTagging response and response metadata.
public class GetObjectTaggingResponse : AmazonWebServiceResponse
- Inheritance
-
GetObjectTaggingResponse
Constructors
GetObjectTaggingResponse()
public GetObjectTaggingResponse()
Properties
Tagging
Gets or sets tag-set for a given object
public List<Tag> Tagging { get; set; }