Aliyun.Acs.Cdn.Transform.V20141111.SetReqAuthConfigResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetReqAuthConfigResponse
context UnmarshallerContext
return SetReqAuthConfigResponse
        public static SetReqAuthConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetReqAuthConfigResponse setReqAuthConfigResponse = new SetReqAuthConfigResponse();

            setReqAuthConfigResponse.HttpResponse = context.HttpResponse;
            setReqAuthConfigResponse.RequestId = context.StringValue("SetReqAuthConfig.RequestId");

            return setReqAuthConfigResponse;
        }
SetReqAuthConfigResponseUnmarshaller