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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : UpdateLiveAppSnapshotConfigResponse
context UnmarshallerContext
return UpdateLiveAppSnapshotConfigResponse
        public static UpdateLiveAppSnapshotConfigResponse Unmarshall(UnmarshallerContext context)
        {
            UpdateLiveAppSnapshotConfigResponse updateLiveAppSnapshotConfigResponse = new UpdateLiveAppSnapshotConfigResponse();

            updateLiveAppSnapshotConfigResponse.HttpResponse = context.HttpResponse;
            updateLiveAppSnapshotConfigResponse.RequestId = context.StringValue("UpdateLiveAppSnapshotConfig.RequestId");

            return updateLiveAppSnapshotConfigResponse;
        }
UpdateLiveAppSnapshotConfigResponseUnmarshaller