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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : SetVideoSeekConfigResponse
context UnmarshallerContext
return SetVideoSeekConfigResponse
        public static SetVideoSeekConfigResponse Unmarshall(UnmarshallerContext context)
        {
            SetVideoSeekConfigResponse setVideoSeekConfigResponse = new SetVideoSeekConfigResponse();

            setVideoSeekConfigResponse.HttpResponse = context.HttpResponse;
            setVideoSeekConfigResponse.RequestId = context.StringValue("SetVideoSeekConfig.RequestId");

            return setVideoSeekConfigResponse;
        }
SetVideoSeekConfigResponseUnmarshaller