ProfileSummary

Contains the details for a profile. A profile is the mechanism used to create the concept of a private network.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns the name for the business associated with this profile.

Link copied to clipboard

Returns the timestamp for creation date and time of the profile.

Link copied to clipboard

Specifies whether or not logging is enabled for this profile.

Link copied to clipboard

Returns the name of the logging group.

Link copied to clipboard

Returns the timestamp that identifies the most recent date and time that the profile was modified.

Link copied to clipboard

Returns the display name for profile.

Link copied to clipboard

Returns the unique, system-generated identifier for the profile.

Functions

Link copied to clipboard
inline fun copy(block: ProfileSummary.Builder.() -> Unit = {}): ProfileSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String