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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : UnbindKeysFromTagResponse
context UnmarshallerContext
return UnbindKeysFromTagResponse
        public static UnbindKeysFromTagResponse Unmarshall(UnmarshallerContext context)
        {
            UnbindKeysFromTagResponse unbindKeysFromTagResponse = new UnbindKeysFromTagResponse();

            unbindKeysFromTagResponse.HttpResponse = context.HttpResponse;
            unbindKeysFromTagResponse.RequestId = context.StringValue("UnbindKeysFromTag.RequestId");

            return unbindKeysFromTagResponse;
        }
UnbindKeysFromTagResponseUnmarshaller