DeviceNetworkProfileInfo constructor

DeviceNetworkProfileInfo({
  1. String? certificateArn,
  2. DateTime? certificateExpirationTime,
  3. String? networkProfileArn,
})

Implementation

DeviceNetworkProfileInfo({
  this.certificateArn,
  this.certificateExpirationTime,
  this.networkProfileArn,
});