Interface PostTimeSeriesProfileInstanceRequest

interface PostTimeSeriesProfileInstanceRequest {
    method?: StoreRule;
    overrideProtection?: boolean;
    profileData: string;
    timeSeriesProfile?: TimeSeriesProfile;
    version: string;
    versionDate: Date;
}

Properties

method?: StoreRule
overrideProtection?: boolean
profileData: string
timeSeriesProfile?: TimeSeriesProfile
version: string
versionDate: Date