User.EmailOptInDefinition
		Defines a single opt-in category: a wide-scoped permission to send emails for the subject related to the opt-in.
	
	
	
	
		Type: object
	
	
	
	
	
		Object Properties
name
						
		The unique identifier for this opt-in category.
	
	
	
	
		Type: string
	
	
	
	
	
	
			
value
						
		The flag value for this opt-in category. For historical reasons, this is defined as a flags enum.
	
	
	
	
		Type: int64
	
	
	
	
	
	
			
setByDefault
						
		If true, this opt-in setting should be set by default in situations where accounts are created without explicit choices about what they're opting into.
	
	
	
	
		Type: boolean
	
	
	
	
	
	
			
dependentSubscriptions
						
		Information about the dependent subscriptions for this opt-in.
	
	
	
	
		Type: array
	
	
	
	
		Array Contents:
			User.EmailSubscriptionDefinition