Layer 227
SecureRequiredTypeOneOf
One of
constructor
secureRequiredTypeOneOf#27477b4 types:Vector<SecureRequiredType> = SecureRequiredType;
Parameters
| Name | Type | Description |
|---|---|---|
| Types | Vector < SecureRequiredType > | Secure required value types |
Returns
SecureRequiredTypeGogram Example
// Creating SecureRequiredTypeOneOf constructor obj := &tg.SecureRequiredTypeOneOf{ Types: &tg.VectorSecureRequiredType{}, }