Aliyun.Acs.Push.Transform.V20150827.BindTagResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : BindTagResponse
context UnmarshallerContext
return BindTagResponse
        public static BindTagResponse Unmarshall(UnmarshallerContext context)
        {
            BindTagResponse bindTagResponse = new BindTagResponse();

            bindTagResponse.HttpResponse = context.HttpResponse;
            bindTagResponse.RequestId = context.StringValue("BindTag.RequestId");

            return bindTagResponse;
        }
BindTagResponseUnmarshaller