updateNetworkMigrationMapperSegment

Updates a mapper segment's configuration, such as changing its scope tags.

Samples


fun main() { 
   //sampleStart 
   // Sample UpdateNetworkMigrationMapperSegment call
val resp = mgnClient.updateNetworkMigrationMapperSegment {
    networkMigrationExecutionId = "01234567-abcd-abcd-abcd-0123456789ab"
    networkMigrationDefinitionId = "nmd-01234567891234567"
    segmentId = "12345678-abcd-abcd-efab-0123456789ab"
} 
   //sampleEnd
}