Value returns the ent.Value that was dynamically selected and assigned to the TLSFingerprintProfile. This includes values selected through modifiers, order, etc.
(name string)
| 198 | // Value returns the ent.Value that was dynamically selected and assigned to the TLSFingerprintProfile. |
| 199 | // This includes values selected through modifiers, order, etc. |
| 200 | func (_m *TLSFingerprintProfile) Value(name string) (ent.Value, error) { |
| 201 | return _m.selectValues.Get(name) |
| 202 | } |
| 203 | |
| 204 | // Update returns a builder for updating this TLSFingerprintProfile. |
| 205 | // Note that you need to call TLSFingerprintProfile.Unwrap() before calling this method if this TLSFingerprintProfile |