Aliyun.Acs.Push.Transform.V20150827.UnbindTagResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

public static Unmarshall ( UnmarshallerContext context ) : UnbindTagResponse
context UnmarshallerContext
리턴 UnbindTagResponse
        public static UnbindTagResponse Unmarshall(UnmarshallerContext context)
        {
            UnbindTagResponse unbindTagResponse = new UnbindTagResponse();

            unbindTagResponse.HttpResponse = context.HttpResponse;
            unbindTagResponse.RequestId = context.StringValue("UnbindTag.RequestId");

            return unbindTagResponse;
        }
UnbindTagResponseUnmarshaller