ConfigurationProfileSummary class

A summary of a configuration profile.

Constructors

ConfigurationProfileSummary({String? applicationId, String? id, String? locationUri, String? name, List<ValidatorType>? validatorTypes})
ConfigurationProfileSummary.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The application ID.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the configuration profile.
final
locationUri String?
The URI location of the configuration.
final
name String?
The name of the configuration profile.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validatorTypes List<ValidatorType>?
The types of validators in the configuration profile.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited