Aliyun.Acs.CloudAPI.Transform.V20160714.RemoveAppsAuthoritiesResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : RemoveAppsAuthoritiesResponse
context UnmarshallerContext
return RemoveAppsAuthoritiesResponse
        public static RemoveAppsAuthoritiesResponse Unmarshall(UnmarshallerContext context)
        {
            RemoveAppsAuthoritiesResponse removeAppsAuthoritiesResponse = new RemoveAppsAuthoritiesResponse();

            removeAppsAuthoritiesResponse.HttpResponse = context.HttpResponse;
            removeAppsAuthoritiesResponse.RequestId = context.StringValue("RemoveAppsAuthorities.RequestId");

            return removeAppsAuthoritiesResponse;
        }
RemoveAppsAuthoritiesResponseUnmarshaller