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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetAppsAuthoritiesResponse
context UnmarshallerContext
return SetAppsAuthoritiesResponse
        public static SetAppsAuthoritiesResponse Unmarshall(UnmarshallerContext context)
        {
            SetAppsAuthoritiesResponse setAppsAuthoritiesResponse = new SetAppsAuthoritiesResponse();

            setAppsAuthoritiesResponse.HttpResponse = context.HttpResponse;
            setAppsAuthoritiesResponse.RequestId = context.StringValue("SetAppsAuthorities.RequestId");

            return setAppsAuthoritiesResponse;
        }
SetAppsAuthoritiesResponseUnmarshaller