DocSDK  2.4.1
docsdk::DocSdkFeature Struct Reference

DocSDK feature information. More...

#include <settings.h>

Public Member Functions

 DocSdkFeature (AttackType attack_type, std::string pipeline_name, std::string expiration_date)
 

Data Fields

AttackType attack_type
 
std::string pipeline_name
 
std::string expiration_date
 

Friends

std::ostream & operator<< (std::ostream &os, const DocSdkFeature &feature)
 

Detailed Description

DocSDK feature information.

Constructor & Destructor Documentation

◆ DocSdkFeature()

docsdk::DocSdkFeature::DocSdkFeature ( AttackType  attack_type,
std::string  pipeline_name,
std::string  expiration_date 
)
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const DocSdkFeature feature 
)
friend

Field Documentation

◆ attack_type

AttackType docsdk::DocSdkFeature::attack_type

Attack type addressed by the feature

◆ expiration_date

std::string docsdk::DocSdkFeature::expiration_date

Feature expiration date in YYYY-MM-DD format

◆ pipeline_name

std::string docsdk::DocSdkFeature::pipeline_name

Name of the liveness pipeline implementing the feature


The documentation for this struct was generated from the following file: