Aliyun.Acs.CloudAPI.Transform.V20160714.RemoveApisAuthoritiesResponseUnmarshaller.Unmarshall C# (CSharp) Méthode

Unmarshall() public static méthode

public static Unmarshall ( UnmarshallerContext context ) : RemoveApisAuthoritiesResponse
context UnmarshallerContext
Résultat RemoveApisAuthoritiesResponse
        public static RemoveApisAuthoritiesResponse Unmarshall(UnmarshallerContext context)
        {
            RemoveApisAuthoritiesResponse removeApisAuthoritiesResponse = new RemoveApisAuthoritiesResponse();

            removeApisAuthoritiesResponse.HttpResponse = context.HttpResponse;
            removeApisAuthoritiesResponse.RequestId = context.StringValue("RemoveApisAuthorities.RequestId");

            return removeApisAuthoritiesResponse;
        }
RemoveApisAuthoritiesResponseUnmarshaller