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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : UnbindTagsFromKeyResponse
context UnmarshallerContext
return UnbindTagsFromKeyResponse
        public static UnbindTagsFromKeyResponse Unmarshall(UnmarshallerContext context)
        {
            UnbindTagsFromKeyResponse unbindTagsFromKeyResponse = new UnbindTagsFromKeyResponse();

            unbindTagsFromKeyResponse.HttpResponse = context.HttpResponse;
            unbindTagsFromKeyResponse.RequestId = context.StringValue("UnbindTagsFromKey.RequestId");

            return unbindTagsFromKeyResponse;
        }
UnbindTagsFromKeyResponseUnmarshaller