NetworkProfile constructor
NetworkProfile({
- String? creationTimestamp,
- String? description,
- NetworkProfileNetworkFeatures? features,
- String? id,
- String? kind,
- NetworkProfileLocation? location,
- String? name,
- String? selfLink,
- String? selfLinkWithId,
Implementation
NetworkProfile({
this.creationTimestamp,
this.description,
this.features,
this.id,
this.kind,
this.location,
this.name,
this.selfLink,
this.selfLinkWithId,
});