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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : BindTagsToKeyResponse
context UnmarshallerContext
return BindTagsToKeyResponse
        public static BindTagsToKeyResponse Unmarshall(UnmarshallerContext context)
        {
            BindTagsToKeyResponse bindTagsToKeyResponse = new BindTagsToKeyResponse();

            bindTagsToKeyResponse.HttpResponse = context.HttpResponse;
            bindTagsToKeyResponse.RequestId = context.StringValue("BindTagsToKey.RequestId");

            return bindTagsToKeyResponse;
        }
BindTagsToKeyResponseUnmarshaller