Aliyun.Acs.Ecs.Transform.V20140526.AddTagsResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

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

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

            return addTagsResponse;
        }
AddTagsResponseUnmarshaller