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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetPathCacheExpiredConfigResponse
context UnmarshallerContext
return SetPathCacheExpiredConfigResponse
        public static SetPathCacheExpiredConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetPathCacheExpiredConfigResponse setPathCacheExpiredConfigResponse = new SetPathCacheExpiredConfigResponse();

            setPathCacheExpiredConfigResponse.HttpResponse = context.HttpResponse;
            setPathCacheExpiredConfigResponse.RequestId = context.StringValue("SetPathCacheExpiredConfig.RequestId");

            return setPathCacheExpiredConfigResponse;
        }
SetPathCacheExpiredConfigResponseUnmarshaller