Aliyun.Acs.Ecs.Transform.V20140526.AddTagsResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : AddTagsResponse
context UnmarshallerContext
return AddTagsResponse
        public static AddTagsResponse Unmarshall(UnmarshallerContext context)
        {
            AddTagsResponse addTagsResponse = new AddTagsResponse();

            addTagsResponse.HttpResponse = context.HttpResponse;
            addTagsResponse.RequestId = context.StringValue("AddTags.RequestId");

            return addTagsResponse;
        }
AddTagsResponseUnmarshaller