cf_robots_variant property

  1. @JsonKey.new(name: 'cf_robots_variant', defaultValue: 'policy_only')
String cf_robots_variant
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;