samlConfiguration property

  1. @TagNumber.new(4)
CreateSAMLApplicationResponse get samlConfiguration

Implementation

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

Implementation

@$pb.TagNumber(4)
set samlConfiguration(CreateSAMLApplicationResponse value) =>
    $_setField(4, value);