cf_robots_variant property
- @JsonKey.new(name: 'cf_robots_variant', defaultValue: 'policy_only')
getter/setter pair
Specifies the Robots Access Control License variant to use.
Options: "off", "policy_only"
Implementation
@JsonKey(name: 'cf_robots_variant', defaultValue: 'policy_only')
late String cf_robots_variant;