samlConfiguration property

  1. @TagNumber.new(5)
CreateSAMLApplicationRequest get samlConfiguration

Implementation

@$pb.TagNumber(5)
CreateSAMLApplicationRequest get samlConfiguration => $_getN(4);
  1. @TagNumber.new(5)
set samlConfiguration (CreateSAMLApplicationRequest value)

Implementation

@$pb.TagNumber(5)
set samlConfiguration(CreateSAMLApplicationRequest value) =>
    $_setField(5, value);