Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 609 Bytes

CreateFlagRequest.md

File metadata and controls

17 lines (12 loc) · 609 Bytes

flagr.model.CreateFlagRequest

Load the model package

import 'package:flagr/api.dart';

Properties

Name Type Description Notes
description String [default to null]
key String unique key representation of the flag [optional] [default to null]
template String template for flag creation [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]