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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetFileCacheExpiredConfigResponse
context UnmarshallerContext
return SetFileCacheExpiredConfigResponse
        public static SetFileCacheExpiredConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetFileCacheExpiredConfigResponse setFileCacheExpiredConfigResponse = new SetFileCacheExpiredConfigResponse();

            setFileCacheExpiredConfigResponse.HttpResponse = context.HttpResponse;
            setFileCacheExpiredConfigResponse.RequestId = context.StringValue("SetFileCacheExpiredConfig.RequestId");

            return setFileCacheExpiredConfigResponse;
        }
SetFileCacheExpiredConfigResponseUnmarshaller