NetworkProfileData constructor
NetworkProfileData({
- String? certificateAuthorityArn,
- String? description,
- NetworkEapMethod? eapMethod,
- String? networkProfileArn,
- String? networkProfileName,
- NetworkSecurityType? securityType,
- String? ssid,
Implementation
NetworkProfileData({
this.certificateAuthorityArn,
this.description,
this.eapMethod,
this.networkProfileArn,
this.networkProfileName,
this.securityType,
this.ssid,
});