Aliyun.Acs.Slb.Transform.V20140515.RemoveTagsResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : RemoveTagsResponse
context UnmarshallerContext
return RemoveTagsResponse
        public static RemoveTagsResponse Unmarshall(UnmarshallerContext context)
        {
            RemoveTagsResponse removeTagsResponse = new RemoveTagsResponse();

            removeTagsResponse.HttpResponse = context.HttpResponse;
            removeTagsResponse.RequestId = context.StringValue("RemoveTags.RequestId");

            return removeTagsResponse;
        }
RemoveTagsResponseUnmarshaller