File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/Proto/PowersOfAttorney Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,13 @@ public Diadoc.Api.Proto.PowersOfAttorney.PowerOfAttorneyDelegationInfo Delegatio
118
118
get { return _DelegationInfo ; }
119
119
set { _DelegationInfo = value ; }
120
120
}
121
+ private readonly global ::System . Collections . Generic . List < Diadoc . Api . Proto . PowersOfAttorney . PowerOfAttorneyRepresentative > _Representatives = new global ::System . Collections . Generic . List < Diadoc . Api . Proto . PowersOfAttorney . PowerOfAttorneyRepresentative > ( ) ;
122
+ [ global ::ProtoBuf . ProtoMember ( 11 , Name = @"Representatives" , DataFormat = global ::ProtoBuf . DataFormat . Default ) ]
123
+ public global ::System . Collections . Generic . List < Diadoc . Api . Proto . PowersOfAttorney . PowerOfAttorneyRepresentative > Representatives
124
+ {
125
+ get { return _Representatives ; }
126
+ }
127
+
121
128
private global ::ProtoBuf . IExtension extensionObject ;
122
129
global ::ProtoBuf . IExtension global ::ProtoBuf . IExtensible . GetExtensionObject ( bool createIfMissing )
123
130
{ return global ::ProtoBuf . Extensible . GetExtensionObject ( ref extensionObject , createIfMissing ) ; }
You can’t perform that action at this time.
0 commit comments